mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
reduce order cancel wait time to 10ms
This commit is contained in:
parent
b731405658
commit
8d3f487d0d
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/c9s/bbgo/pkg/types"
|
||||
)
|
||||
|
||||
const CancelOrderWaitTime = 20 * time.Millisecond
|
||||
const CancelOrderWaitTime = 10 * time.Millisecond
|
||||
|
||||
// ActiveOrderBook manages the local active order books.
|
||||
//go:generate callbackgen -type ActiveOrderBook
|
||||
|
|
Loading…
Reference in New Issue
Block a user