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 074aa3c commit 70421a1
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 @@ -140,7 +140,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,
}),
LOOPS_INTERVAL_MS_REFRESH_VAULT_PNL: parseInteger({
default: 5 * ONE_MINUTE_IN_MILLISECONDS,
Expand Down

0 comments on commit 70421a1

Please sign in to comment.