Skip to content

Commit

Permalink
revert retries:'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecM33 committed Aug 11, 2024
1 parent f4ef940 commit 25253e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/MLB-API-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module.exports = {
const { WebSocket } = require('ws');
const socket = new ReconnectingWebSocket(endpoints.websocketSubscribe(gamePk),
[],
{ WebSocket, maxRetries: 1 }
{ WebSocket, maxRetries: 3 }
);
let heartbeatInterval;
/*
Expand Down

0 comments on commit 25253e5

Please sign in to comment.