TFileWriterTransport.DEFAULT_IO_ERROR_SLEEP_DURATION

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()
  2. void ioErrorSleepDuration(Duration value)
  3. enum DEFAULT_IO_ERROR_SLEEP_DURATION;
    class TFileWriterTransport
    enum DEFAULT_IO_ERROR_SLEEP_DURATION = dur!"msecs"(500);

Meta