Searched refs:maxPreflightCacheTimeoutSeconds (Results 1 – 1 of 1) sorted by relevance
42 static const unsigned maxPreflightCacheTimeoutSeconds = 600; // Should be short enough to minimize … variable108 if (expiryDelta > maxPreflightCacheTimeoutSeconds) in parse()109 expiryDelta = maxPreflightCacheTimeoutSeconds; in parse()