Searched refs:kCacheUpdateDelay (Results 1 – 1 of 1) sorted by relevance
30 const int kCacheUpdateDelay = 6 * 60 * 60 * 1000; variable58 return IsTest() ? kTestCacheUpdateDelay : kCacheUpdateDelay; in GetCacheUpdateDelay()