From 4b449e27cdf8798226a9e7aacadde4001492355f Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 4 Apr 2025 01:16:20 +0200 Subject: [PATCH] feat: chunky fix --- hosts/hitsugibune/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index 95d15e4..575ecf9 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -85,7 +85,8 @@ in { motd = "SIB24 Aged Server"; white-list = true; spawn-protection = 0; - max-tick-time = 5 * 60 * 1000; + # max-tick-time = 5 * 60 * 1000; + max-tick-time = -1; allow-flight = true; }; };