TCnFileSystemWatcher.InternalBufferSize Property
Gets or sets the size (in bytes) of the internal buffer.
public property InternalBufferSize: Integer read GetInternalBufferSize write SetInternalBufferSize;
Property Value
Type: Integer
The internal buffer size in bytes. The default is 8192 (8 KB).
You can set the buffer to 4 KB or larger, but it must not exceed 64 KB. If you try to set the InternalBufferSize property to less than 4096 bytes, your value is discarded and the InternalBufferSize property is set to 4096 bytes. For best performance, use a multiple of 4 KB on Intel-based computers.