Skip to content

Commit

Permalink
fix(bybit): pro - changed keepAlive value to 18000 (#22585)
Browse files Browse the repository at this point in the history
fix(bybit): pro - changed keepAlive value to 18000, fixes: #22321

apparently users are still receiving the error after the switch to 19000 #22321 (comment)
  • Loading branch information
samgermain committed Jun 11, 2024
1 parent cca8be4 commit fc0e1ff
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 @@ -126,7 +126,7 @@ export default class bybit extends bybitRest {
},
'streaming': {
'ping': this.ping,
'keepAlive': 19000,
'keepAlive': 18000,
},
});
}
Expand Down

0 comments on commit fc0e1ff

Please sign in to comment.