TFileReaderTransport.DEFAULT_CORRUPTED_EVENT_SLEEP_DURATION

The interval at which the thread wakes up to check for the next chunk in tailing mode.

Defaults to one second.

class TFileReaderTransport
enum DEFAULT_CORRUPTED_EVENT_SLEEP_DURATION = dur!"seconds"(1);

Meta