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.

class TFileWriterTransport
enum DEFAULT_IO_ERROR_SLEEP_DURATION = dur!"msecs"(500);

Meta