mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +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"
|
"github.com/c9s/bbgo/pkg/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
const CancelOrderWaitTime = 20 * time.Millisecond
|
const CancelOrderWaitTime = 10 * time.Millisecond
|
||||||
|
|
||||||
// ActiveOrderBook manages the local active order books.
|
// ActiveOrderBook manages the local active order books.
|
||||||
//go:generate callbackgen -type ActiveOrderBook
|
//go:generate callbackgen -type ActiveOrderBook
|
||||||
|
|
Loading…
Reference in New Issue
Block a user