From 1d706b4bb7e1d7f7ad68b3b2bec78938673230a2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 27 Sep 2022 19:54:35 +0000 Subject: [PATCH] --- server/AyaNova/util/ServerBootConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/util/ServerBootConfig.cs b/server/AyaNova/util/ServerBootConfig.cs index e9db750d..350de791 100644 --- a/server/AyaNova/util/ServerBootConfig.cs +++ b/server/AyaNova/util/ServerBootConfig.cs @@ -14,7 +14,7 @@ namespace AyaNova.Util //############################################################################################################ //STATIC HARD CODED COMPILE TIME DEFAULTS NOT SET THROUGH CONFIG internal const int FAILED_AUTH_DELAY = 3000;//ms - internal const int JOB_OBJECT_HANDLE_BATCH_JOB_LOOP_DELAY = 75;//ms this delay ensures super big time consuming batch jobs don't use all server CPU resources + internal const int JOB_OBJECT_HANDLE_BATCH_JOB_LOOP_DELAY = 200;//ms this delay is a temporary measure to ensure super big time consuming batch jobs don't use all server CPU resources //UPLOAD LIMITS 1048576 = 1MiB for testing 10737420000 10737418240 10,737,418,240