Skip to content

Commit bccf9ee

Browse files
committed
Change CACHE_MAX_AGE
1 parent 774be14 commit bccf9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function abridgeScore(score: number): string {
5151
const HOUR_IN_MILLISECONDS = 60 * 60 * 1000;
5252

5353
export const CONSTANTS = {
54-
CACHE_MAX_AGE: 14400,
54+
CACHE_MAX_AGE: 18800,
5555
DEFAULT_PANEL_SIZE: 110,
5656
DEFAULT_MAX_COLUMN: 8,
5757
DEFAULT_MAX_ROW: 3,

0 commit comments

Comments
 (0)