TFileWriterTransport.DEFAULT_EVENT_BUFFER_SIZE

The maximum number of write() calls buffered, or zero for no limit.

If the buffer is exhausted, write() will block until space becomes available.

class TFileWriterTransport
enum DEFAULT_EVENT_BUFFER_SIZE = 10_000;

Meta