From 51c3e0106268d00872e6121b4cbfcee04ebdb340 Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Mon, 14 Dec 2020 10:36:02 -0600 Subject: [PATCH] Tweak default viewdistance value in config.ini Having it at 25600 caused client performance issues in areas with a lot of mobs, 12800 was too short, but after testing 16000 on the public server I feel this is a sensible default. --- config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ini b/config.ini index 52f819f..69c2bdc 100644 --- a/config.ini +++ b/config.ini @@ -21,7 +21,7 @@ port=8002 ip=127.0.0.1 # distance at which other players and NPCs become visible. # this value is used for calculating chunk size -viewdistance=25600 +viewdistance=16000 # time, in milliseconds, to wait before kicking a non-responsive client # default is 1 minute timeout=60000