Skip to content

Commit

Permalink
Run rountable job every 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfraser committed Nov 25, 2024
1 parent 9135137 commit 2254666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/services/roundtable/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const configSchema = {
default: 30 * ONE_DAY_IN_MILLISECONDS,
}),
LOOPS_INTERVAL_MS_CACHE_ORDERBOOK_MID_PRICES: parseInteger({
default: ONE_SECOND_IN_MILLISECONDS * 5,
default: TEN_SECONDS_IN_MILLISECONDS,
}),

// Start delay
Expand Down

0 comments on commit 2254666

Please sign in to comment.