Skip to content

Commit

Permalink
Flip LOOPS_ENABLED_UNCROSS_ORDERBOOK flag default to true (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored Jun 14, 2024
1 parent 5141daf commit 27401a1
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 @@ -37,7 +37,7 @@ export const configSchema = {
// Loop Enablement
LOOPS_ENABLED_MARKET_UPDATER: parseBoolean({ default: true }),
LOOPS_ENABLED_DELETE_ZERO_PRICE_LEVELS: parseBoolean({ default: true }),
LOOPS_ENABLED_UNCROSS_ORDERBOOK: parseBoolean({ default: false }),
LOOPS_ENABLED_UNCROSS_ORDERBOOK: parseBoolean({ default: true }),
LOOPS_ENABLED_PNL_TICKS: parseBoolean({ default: true }),
LOOPS_ENABLED_REMOVE_EXPIRED_ORDERS: parseBoolean({ default: true }),
LOOPS_ORDERBOOK_INSTRUMENTATION: parseBoolean({ default: true }),
Expand Down

0 comments on commit 27401a1

Please sign in to comment.