Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit d1b85e7

Browse files
committed
increase PREPROCESS_DELAY to 2 min (frequent 404s)
1 parent 4611bf5 commit d1b85e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { refreshDatabase } from './lib/platform-stats.js'
88
import timers from 'node:timers/promises'
99

1010
// Tweak this value to improve the chances of the data being available
11-
const PREPROCESS_DELAY = 60_000
11+
const PREPROCESS_DELAY = 120_000
1212

1313
const EVALUATE_DELAY = PREPROCESS_DELAY + 60_000
1414

0 commit comments

Comments
 (0)