Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Oct 16, 2024
1 parent 543e078 commit fbf2da5
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 @@ -208,7 +208,7 @@ export const configSchema = {
AGGREGATE_TRADING_REWARDS_CHUNK_SIZE: parseInteger({ default: 50 }),

// Uncross orderbook
STALE_ORDERBOOK_LEVEL_THRESHOLD_SECONDS: parseInteger({ default: 10 }),
STALE_ORDERBOOK_LEVEL_THRESHOLD_SECONDS: parseInteger({ default: 10 }),

// Subaccount username generator
SUBACCOUNT_USERNAME_NUM_RANDOM_DIGITS: parseInteger({ default: 3 }),
Expand Down

0 comments on commit fbf2da5

Please sign in to comment.