Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 93f4f41

Browse files
committed
Reduce cache expiry from 48h to 24h
1 parent 9d80630 commit 93f4f41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/endpoints/hypixel.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ impl HypixelApiProxyState {
5252
}
5353
size
5454
})
55-
// Disable Time to Live for now
56-
.time_to_live(Duration::from_secs(2 * 24 * 60 * 60))
55+
.time_to_live(Duration::from_secs(1 * 24 * 60 * 60))
5756
.build(),
5857
ratelimits: RwLock::new(Ratelimits {
5958
limit: 10,

0 commit comments

Comments
 (0)