binance: adjust listen key update interval to longer period

This commit is contained in:
c9s 2022-01-11 13:37:02 +08:00
parent 71a0604e72
commit cf07ca7aa0

View File

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