Searched refs:refreshTimeoutMs (Results 1 – 1 of 1) sorted by relevance
6474 long refreshTimeoutMs = 1000L; // refresh every 1s by default in printWatchedTagsUntilInterrupt() local6482 refreshTimeoutMs = strtol(toStdString(args[intervalValIdx]).c_str(), nullptr, 10); in printWatchedTagsUntilInterrupt()6488 refreshTimeoutMs = refreshTimeoutMs < 10 ? 10 : refreshTimeoutMs; in printWatchedTagsUntilInterrupt()6522 if (shouldInterruptWatchCommand(inFd, outFd, refreshTimeoutMs)) { in printWatchedTagsUntilInterrupt()