diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-01 17:22:42 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-01 17:22:42 +0200 |
| commit | b8b21ce1f8930a458faf2fb131747807b5aa6a24 (patch) | |
| tree | 591bbbf5b6b527bd9675fca3368ea7bf66edf28a /src/server/authserver | |
| parent | a71341bbcf60b1f1bd7d4d23f479960ba1f548c0 (diff) | |
| parent | f04217300c13586faef25fbf1804272f28313eae (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'src/server/authserver')
| -rw-r--r-- | src/server/authserver/authserver.conf.dist | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
