Skip to content

Commit

Permalink
Merge pull request ccxt#17067 from pcriadoperez/binance-keep-alive
Browse files Browse the repository at this point in the history
fix(binance): increase default keep alive to 180000
  • Loading branch information
kroitor authored Mar 6, 2023
2 parents dab7efa + 8b5805c commit e96106b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/pro/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ module.exports = class binance extends binanceRest {
},
},
},
'streaming': {
'keepAlive': 180000,
},
'options': {
'streamLimits': {
'spot': 50, // max 1024
Expand Down

0 comments on commit e96106b

Please sign in to comment.