Skip to content

Commit

Permalink
Including reconnect wait time with pusher credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Nov 25, 2024
1 parent 9e99c00 commit 3652692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Website/api/v4/requests/pusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ function handleRequest(array $context): Response {
if ($enabled) {
$response['cluster'] = BeaconCommon::GetGlobal('Pusher Cluster');
$response['key'] = BeaconCommon::GetGlobal('Pusher Key');
$response['restartWaitPeriod'] = 60000;
}

return Response::NewJson($response, 200);
}

Expand Down

0 comments on commit 3652692

Please sign in to comment.