The size of the chunks the file is divided into, in bytes.
A single event (write call) never spans multiple chunks – this effectively limits the event size to chunkSize - EventSize.sizeof.
See Implementation
The size of the chunks the file is divided into, in bytes.
A single event (write call) never spans multiple chunks – this effectively limits the event size to chunkSize - EventSize.sizeof.