Renamed PingTask to HeartbeatTask to reflect discovered byte array of TikTok's custom heartbeat value

This commit is contained in:
kohlerpop1
2024-07-30 16:09:50 -04:00
parent cb20c3dd3a
commit 5f5ada312a
4 changed files with 15 additions and 14 deletions

View File

@@ -82,9 +82,9 @@ public class LiveClientSettings {
/**
* Interval of time in milliseconds between pings to TikTok
* @apiNote Min: 250 (0.25 seconds), Default: 5000 (5 seconds)
* @apiNote Min: 250 (0.25 seconds), Default: 10000 (10 seconds - TikTok Default)
*/
private long pingInterval = 5000;
private long pingInterval = 10000;
/** Throw an exception on 18+ Age Restriction */
private boolean throwOnAgeRestriction;