TFileWriterTransport.maxFlushInterval

Maximum interval between flushing the file to disk.

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

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

Meta