DominoMultiPartPostBufferSize Added by Kendra Bowker on November 23, 2009 | Version 1
|
|
Explanation:
Specifies the number of megabytes to allocate to the memory buffer. The
size of the buffer
can be affected by the notes.ini variable
DSAPI_MAX_POST_DATA_BUFF_SIZE . If
DSAPI_MAX_POST_DATA_BUFF_SIZE is greater than
DominoMultiPartPostBufferSize , than the maximum buffer
size is set to
DSAPI_MAX_POST_DATA_BUFF_SIZE . By default,
DSAPI_MAX_POST_DATA_BUFF_SIZE is set to 1 MB and cannot
exceed 100 MB. Therefore,
DominoMultiPartPostBufferSize has a 10 MB minimum and a
100 MB maximum.
Applies to:
Servers
Default Value:
10
UI Equivalent:
None
Syntax:
DominoMultiPartPostBufferSize = value
|