mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
binanceapi: adjust http timeout to 10s
This commit is contained in:
parent
d3dea2870b
commit
df6a34f5af
|
@ -21,7 +21,7 @@ import (
|
|||
"github.com/c9s/bbgo/pkg/types"
|
||||
)
|
||||
|
||||
const defaultHTTPTimeout = time.Second * 2
|
||||
const defaultHTTPTimeout = time.Second * 10
|
||||
const RestBaseURL = "https://api.binance.com"
|
||||
const SandboxRestBaseURL = "https://testnet.binance.vision"
|
||||
const DebugRequestResponse = false
|
||||
|
|
Loading…
Reference in New Issue
Block a user