Skip to main content

TAIL_MS

Constant TAIL_MS 

Source
const TAIL_MS: i32 = 3000;
Expand description

How long a follow tick waits for a key before giving up and re-querying.

The same three seconds the browser UI polls on, and for the same reason: a read here is single-digit milliseconds, so the interval is chosen for how often a person wants the screen to change, not for what the engine can take.