From 9cb359869111c31cb77b9261c67ee62a7f30e89a Mon Sep 17 00:00:00 2001 From: Cekis Date: Tue, 26 Nov 2019 16:29:48 -0800 Subject: [PATCH] Added configuration variable for the Server Load Manager --- linux/localOptions.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux/localOptions.cfg b/linux/localOptions.cfg index 41ccac6..1035d01 100755 --- a/linux/localOptions.cfg +++ b/linux/localOptions.cfg @@ -184,6 +184,11 @@ restussProgressionOn=true adminGodToAll=true adminGodToAllGodLevel=50 debugMode=1 +## Server Load Level is the expected loading level for your usage. It controls how many instances of a zone spin up. +## "light" is pretty much for single group servers (you or your friends in a single group. (RECOMMENDED FOR SINGLE PLAYERS) +## "medium" is for multiple groups - Generally not more than 4. (RECOMMENDED FOR "FRIENDS" SERVER) +## "heavy" is for "live" levels where there are many groups of players. (THIS IS THE DEFAULT SETTING) +serverLoadLevel=heavy ##idleLogoutTimeSec sets the maximum time (in seconds) a character can be idle before being automatically logged off (LD). idleLogoutTimeSec=300