Skip to content

Commit

Permalink
Merge branch 'use_connection_composable' of github.com:nathanaelg16/k…
Browse files Browse the repository at this point in the history
…olibri into use_connection_composable
  • Loading branch information
nathanaelg16 committed Aug 21, 2024
2 parents 85ee42d + 061d73d commit 239b41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/heartbeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class HeartBeat {
// Multiply the previous interval by our multiplier, but max out at a high interval.
set(
heartbeat._connection.reconnectTime,
Math.min(RECONNECT_MULTIPLIER * reconnect, MAX_RECONNECT_TIME)
Math.min(RECONNECT_MULTIPLIER * reconnect, MAX_RECONNECT_TIME),
);
createDisconnectedSnackbar(store, heartbeat.pollSessionEndPoint);
}
Expand Down

0 comments on commit 239b41f

Please sign in to comment.