Skip to content

Commit

Permalink
fix(bybit): pro - changed keepAlive value to 18000, fixes: ccxt#22321
Browse files Browse the repository at this point in the history
apparently users are still receiving the error after the switch to 19000 ccxt#22321 (comment)
  • Loading branch information
samgermain committed May 23, 2024
1 parent ce36a0a commit ebc2d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/pro/bybit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class bybit extends bybitRest {
},
'streaming': {
'ping': this.ping,
'keepAlive': 19000,
'keepAlive': 18000,
},
});
}
Expand Down

0 comments on commit ebc2d79

Please sign in to comment.