You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/ryzom/server/gpm_service.cfg

40 lines
958 B
INI

15 years ago
// Use with commandline: gpm_service -C. -L. --nobreak --writepid
#include "gpm_service_default.cfg"
15 years ago
// ---- config local variables
15 years ago
// ---- service NeL variables (used by ConfigFile class)
15 years ago
AESAliasName= "gpms";
15 years ago
GraphVars += { "TickSpeedLoop", "60000" };
GraphVars += { "L5CallbackCount", "60000" };
GraphVars += { "L5CallbackTime", "60000" };
GraphVars += { "MirrorCallbackCount", "60000" };
GraphVars += { "MirrorCallbackTime", "60000" };
15 years ago
Paths = {
".",
"../common/data_common",
"../common/data_leveldesign",
15 years ago
};
// ---- service NeL variables (used by CVariable class)
15 years ago
// ---- service custom variables (used by ConfigFile class)
15 years ago
#include "used_continents.cfg"
15 years ago
// Mirror limits
DatasetSizefe_temp = 600000;
DatasetSizefame = 26000;
// ---- service custom variables (used by CVariable class)
15 years ago
// Set this shard as a ring (1) or mainland (0) shard (main behavior switch)
IsRingShard = 0;
15 years ago
// Disable ryzom verbose logging
VerboseMIRROR = 0;