TFileWriterTransport.maxFlushInterval

Maximum interval between flushing the file to disk.

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

  1. Duration maxFlushInterval()
    class TFileWriterTransport
    @property
    Duration
    maxFlushInterval
    ()
  2. void maxFlushInterval(Duration value)
  3. enum DEFAULT_MAX_FLUSH_INTERVAL;

Meta