fallbackStaleMs top-level constant

int const fallbackStaleMs

Fallback stale timeout (2 hours) for PID-based locks when PID check is inconclusive.

Implementation

const int fallbackStaleMs = 2 * 60 * 60 * 1000;