Skip to content

Commit

Permalink
[OTE-876] update roundtable loop timings for instrumentation and uncr…
Browse files Browse the repository at this point in the history
…ossing (#2494)
  • Loading branch information
affanv14 authored Oct 16, 2024
1 parent 40e16b4 commit 150513c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indexer/services/roundtable/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const configSchema = {
default: 2 * ONE_MINUTE_IN_MILLISECONDS,
}),
LOOPS_INTERVAL_MS_UNCROSS_ORDERBOOK: parseInteger({
default: THIRTY_SECONDS_IN_MILLISECONDS,
default: 15 * ONE_SECOND_IN_MILLISECONDS,
}),
LOOPS_INTERVAL_MS_PNL_TICKS: parseInteger({
default: THIRTY_SECONDS_IN_MILLISECONDS,
Expand All @@ -79,7 +79,7 @@ export const configSchema = {
default: 2 * ONE_MINUTE_IN_MILLISECONDS,
}),
LOOPS_INTERVAL_MS_ORDERBOOK_INSTRUMENTATION: parseInteger({
default: 5 * ONE_SECOND_IN_MILLISECONDS,
default: 1 * ONE_MINUTE_IN_MILLISECONDS,
}),
LOOPS_INTERVAL_MS_PNL_INSTRUMENTATION: parseInteger({
default: ONE_HOUR_IN_MILLISECONDS,
Expand Down

0 comments on commit 150513c

Please sign in to comment.