From a7d876e8b570f023db3bf8903f04d251445b8dc1 Mon Sep 17 00:00:00 2001 From: Nay Date: Tue, 30 Jul 2013 15:34:38 +0100 Subject: Config: Change ProcessPriority default to 0 (Normal) On Linux, superuser (root) is required to set a process high priority and we shouldn't force that. (It's already set to 0 (Normal) in worldserver\Master.cpp and authserver\Main.cpp) --- src/server/authserver/authserver.conf.dist | 8 ++++---- src/server/worldserver/worldserver.conf.dist | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist index 0a50601f86d..3c811eda3b3 100644 --- a/src/server/authserver/authserver.conf.dist +++ b/src/server/authserver/authserver.conf.dist @@ -82,11 +82,11 @@ UseProcessors = 0 # # ProcessPriority # Description: Process priority setting for Windows and Linux based systems. -# Details: On Linux, a nice value of -15 is used. On Windows, process is set to HIGH class. -# Default: 1 - (High) -# 0 - (Normal) +# Details: On Linux, a nice value of -15 is used. (requires superuser). On Windows, process is set to HIGH class. +# Default: 0 - (Normal) +# 1 - (High) -ProcessPriority = 1 +ProcessPriority = 0 # # RealmsStateUpdateDelay diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index aac04fe9337..c4e19e851b3 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -160,11 +160,11 @@ UseProcessors = 0 # # ProcessPriority # Description: Process priority setting for Windows and Linux based systems. -# Details: On Linux, a nice value of -15 is used. On Windows, process is set to HIGH class. -# Default: 1 - (High) -# 0 - (Normal) +# Details: On Linux, a nice value of -15 is used. (requires superuser). On Windows, process is set to HIGH class. +# Default: 0 - (Normal) +# 1 - (High) -ProcessPriority = 1 +ProcessPriority = 0 # # Compression -- cgit v1.2.3