The maximum size of the document tracking directory.
This limit is used in conjunction with MaxEventsPerFile to determine the size of the directory. After the directory size limit is reached, the component waits until MaxEventsPerFile has been reached and commits the data. After this, the backend does not accept any more events until the directory size falls below the specified maximum.
Type: | Integer |
Default: | 102400 |
Allowed Range: |
Minimum: 0 Maximum: unlimited |
Required: | No |
Configuration Section: | DocumentTracking |
Example: | DocTrackDirMaxSize=1240000
|
See Also: | MaxEventsPerFile |
|