From 2866f7f1b75107f15fee44723bbbfc1a9dc2295c Mon Sep 17 00:00:00 2001 From: WesleyVanNeck Date: Sun, 6 Oct 2019 14:42:50 +0200 Subject: [PATCH] fix high cpu usage and add more info to it --- connector/src/main/resources/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/connector/src/main/resources/config.yml b/connector/src/main/resources/config.yml index d2dff626c..a7b34e4b5 100644 --- a/connector/src/main/resources/config.yml +++ b/connector/src/main/resources/config.yml @@ -47,7 +47,9 @@ max-players: 100 debug-mode: false # Thread pool size -general-thread-pool: 32 +# The amount of threads that will be used. +# Only change if you know what you are doing +general-thread-pool: 2 # bStats is a stat tracker that is entirely anonymous and tracks only basic information # about Geyser, such as how many people are online, how many servers are using Geyser,