TFileReaderTransport.corruptedEventSleepDuration

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

Defaults to one second.

  1. Duration corruptedEventSleepDuration()
  2. void corruptedEventSleepDuration(Duration value)
    class TFileReaderTransport
    void
    corruptedEventSleepDuration
    (
    Duration value
    )
  3. enum DEFAULT_CORRUPTED_EVENT_SLEEP_DURATION;

Meta