TFileWriterTransport.ioErrorSleepDuration

When the writer thread encounteres an I/O error, it goes pauses for a short time before trying to reopen the output file. This controls the sleep duration.

  1. Duration ioErrorSleepDuration()
    class TFileWriterTransport
    @property
    Duration
    ioErrorSleepDuration
    ()
  2. void ioErrorSleepDuration(Duration value)
  3. enum DEFAULT_IO_ERROR_SLEEP_DURATION;

Meta