diff --git a/pkg/bbgo/activeorderbook.go b/pkg/bbgo/activeorderbook.go index 4c90dfcf9..e5037bc70 100644 --- a/pkg/bbgo/activeorderbook.go +++ b/pkg/bbgo/activeorderbook.go @@ -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