This commit is contained in:
Simon
2025-12-05 09:09:47 +00:00
parent 632931f515
commit 7124b388fa
2 changed files with 0 additions and 197 deletions

View File

@@ -49,7 +49,6 @@ impl VideoCache {
for (key, (time, _items)) in iter {
if let Ok(elapsed) = time.elapsed() {
if elapsed > Duration::from_secs(60*60){
println!("Key: {}, elapsed: {:?}", key, elapsed);
self.remove(&key);
}
}