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

Commit c83ede9

Browse files
committed
Re-enable ttl limit for hypixel data cache
1 parent 1b6142c commit c83ede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endpoints/hypixel.rs

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

0 commit comments

Comments
 (0)