TFileReaderTransport.DEFAULT_READ_TIMEOUT

If positive, wait the specified duration for new data when arriving at end of file. If negative, wait forever (tailing mode), waking up to check in the specified interval. If zero, do not wait at all.

Defaults to 500 ms.

class TFileReaderTransport
enum DEFAULT_READ_TIMEOUT = dur!"msecs"(500);

Meta