From 999b9216c148a8b72d5406d83a9dd0a306875aef Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:36:48 +0200 Subject: [PATCH] Update authserver.conf --- config/authserver.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/authserver.conf b/config/authserver.conf index 05b7855..79fb580 100644 --- a/config/authserver.conf +++ b/config/authserver.conf @@ -6,7 +6,7 @@ # performance #------------------------------------------------------------------- LoginDatabase.WorkerThreads = 1 -LoginDatabase.SynchThreads = 2 +LoginDatabase.SynchThreads = 1 #################################################################################################