Skip to content

Commit

Permalink
fix: (#49) slab size increased
Browse files Browse the repository at this point in the history
  • Loading branch information
gandharv-pantelwar committed Sep 27, 2021
1 parent 4deab9a commit 5b623b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/order_book.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func NewOrderBook() *OrderBook {
return &OrderBook{
BuyTree: bTree,
SellTree: sTree,
orderLimitRange: 100,
orderLimitRange: 200000000,
orders: make(map[string]*OrderNode),
mutex: &sync.Mutex{},
}
Expand Down

0 comments on commit 5b623b2

Please sign in to comment.