Skip to content

Commit

Permalink
increase PREPROCESS_DELAY to 2 min (frequent 404s)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 19, 2025
1 parent 4611bf5 commit d1b85e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { refreshDatabase } from './lib/platform-stats.js'
import timers from 'node:timers/promises'

// Tweak this value to improve the chances of the data being available
const PREPROCESS_DELAY = 60_000
const PREPROCESS_DELAY = 120_000

const EVALUATE_DELAY = PREPROCESS_DELAY + 60_000

Expand Down

0 comments on commit d1b85e7

Please sign in to comment.