TFileWriterTransport.DEFAULT_MAX_FLUSH_BYTES

Maximum number of bytes buffered before writing and flushing the file to disk.

Currently cannot be set after the first call to write().

class TFileWriterTransport
enum DEFAULT_MAX_FLUSH_BYTES = 1000 * 1024;

Meta