Skip to content

Commit

Permalink
Heartbeat interval update from HypeRate
Browse files Browse the repository at this point in the history
  • Loading branch information
VolcanicArts committed May 29, 2022
1 parent 494941f commit 46f046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VRCOSC.Game/Modules/Modules/HypeRate/HypeRateProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace VRCOSC.Game.Modules.Modules;
public class HypeRateProvider : HeartrateProvider
{
private const string hype_rate_uri = "wss://app.hyperate.io/socket/websocket?token=";
private const int heartbeat_internal = 30000;
private const int heartbeat_internal = 10000;
private readonly string id;
private Timer? heartBeatTimer;
private readonly TerminalLogger terminal = new(nameof(HypeRateModule));
Expand Down

0 comments on commit 46f046a

Please sign in to comment.