mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
binance: adjust listen key update interval to longer period
This commit is contained in:
parent
71a0604e72
commit
cf07ca7aa0
|
@ -23,7 +23,7 @@ import (
|
|||
// A PING frame
|
||||
// A PONG frame
|
||||
// A JSON controlled message (e.g. subscribe, unsubscribe)
|
||||
const listenKeyKeepAliveInterval = 10 * time.Minute
|
||||
const listenKeyKeepAliveInterval = 15 * time.Minute
|
||||
|
||||
type WebSocketCommand struct {
|
||||
// request ID is required
|
||||
|
|
Loading…
Reference in New Issue
Block a user