Searched refs:prune_ms (Results 1 – 2 of 2) sorted by relevance
101 int64_t prune_ms = now_ms - kTimeoutMs; in PruneEntries() local103 while (!list_.empty() && list_.back().second.timestamp_ms < prune_ms) { in PruneEntries()
75 const int64_t prune_ms = now_ms - 10000; // 10 seconds in PruneEntries() local86 if (!seen.insert(key).second || it->timestamp_ms() < prune_ms) { in PruneEntries()