TFileWriterTransport.maxFlushBytes

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

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

  1. size_t maxFlushBytes()
    class TFileWriterTransport
    @property
    size_t
    maxFlushBytes
    ()
  2. void maxFlushBytes(size_t value)
  3. enum DEFAULT_MAX_FLUSH_BYTES;

Meta