Commit 7d53cfd
committed
Use 24h TTL for leaderboard data cache
LocMemCache doesn't evict unused entries, so infinite TTL would
keep inactive course data in memory forever. 24h TTL lets inactive
courses get cleaned up naturally while active courses stay cached
between weekly scoring runs.1 parent 491dd1e commit 7d53cfd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments