reduce order cancel wait time to 10ms

This commit is contained in:
c9s 2022-06-09 15:49:34 +08:00
parent b731405658
commit 8d3f487d0d
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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