Fix heartbeat being triggered too frequently (#691)
Actual bruh moment. This was actually quite a costly mistake for my Cloudflare bill.
This commit is contained in:
parent
00f6005159
commit
5657ac74ae
@ -33,7 +33,7 @@ public:
|
|||||||
const QString DEFAULT_MS_BASEURL = "https://servers.aceattorneyonline.com";
|
const QString DEFAULT_MS_BASEURL = "https://servers.aceattorneyonline.com";
|
||||||
QString ms_baseurl = DEFAULT_MS_BASEURL;
|
QString ms_baseurl = DEFAULT_MS_BASEURL;
|
||||||
|
|
||||||
const int heartbeat_interval = 60 * 5;
|
const int heartbeat_interval = 60 * 5 * 1000;
|
||||||
|
|
||||||
bool partial_packet = false;
|
bool partial_packet = false;
|
||||||
QString temp_packet = "";
|
QString temp_packet = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user