This commit is contained in:
Dylan K. Taylor 2023-06-05 21:21:26 +01:00
parent 20c2fae0c6
commit 3e4d8f4a60
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -207,8 +207,6 @@ class Server{
private const TICKS_PER_TPS_OVERLOAD_WARNING = 5 * self::TARGET_TICKS_PER_SECOND; private const TICKS_PER_TPS_OVERLOAD_WARNING = 5 * self::TARGET_TICKS_PER_SECOND;
private const TICKS_PER_STATS_REPORT = 300 * self::TARGET_TICKS_PER_SECOND; private const TICKS_PER_STATS_REPORT = 300 * self::TARGET_TICKS_PER_SECOND;
private const DEFAULT_ASYNC_COMPRESSION_THRESHOLD = 10_000;
private static ?Server $instance = null; private static ?Server $instance = null;
private TimeTrackingSleeperHandler $tickSleeper; private TimeTrackingSleeperHandler $tickSleeper;