TFileWriterTransport.DEFAULT_MAX_FLUSH_INTERVAL

Maximum interval between flushing the file to disk.

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

class TFileWriterTransport
enum DEFAULT_MAX_FLUSH_INTERVAL = dur!"seconds"(3);

Meta