We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774be14 commit bccf9eeCopy full SHA for bccf9ee
1 file changed
src/utils.ts
@@ -51,7 +51,7 @@ export function abridgeScore(score: number): string {
51
const HOUR_IN_MILLISECONDS = 60 * 60 * 1000;
52
53
export const CONSTANTS = {
54
- CACHE_MAX_AGE: 14400,
+ CACHE_MAX_AGE: 18800,
55
DEFAULT_PANEL_SIZE: 110,
56
DEFAULT_MAX_COLUMN: 8,
57
DEFAULT_MAX_ROW: 3,
0 commit comments