Skip to content

Commit

Permalink
manual indexer to 60 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Oct 26, 2024
1 parent 1a08f28 commit 060558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const configuration = {
GAMES: {
INDEX_INTERVAL_IN_MINUTES: parseNumber(
process.env.GAMES_INDEX_INTERVAL_IN_MINUTES,
0,
60,
),
SUPPORTED_FILE_FORMATS: parseList(
process.env.GAMES_SUPPORTED_FILE_FORMATS,
Expand Down

0 comments on commit 060558d

Please sign in to comment.