From 29df6ff0cee19647736fb45fc291a5cbdc573965 Mon Sep 17 00:00:00 2001 From: vl Date: Tue, 29 Jun 2010 11:11:41 +0200 Subject: [PATCH] Added: monitor service cfg --- code/ryzom/server/monitor_service.cfg | 41 +++++++++++++++++++ code/ryzom/server/monitor_service_default.cfg | 1 + 2 files changed, 42 insertions(+) create mode 100644 code/ryzom/server/monitor_service.cfg create mode 100644 code/ryzom/server/monitor_service_default.cfg diff --git a/code/ryzom/server/monitor_service.cfg b/code/ryzom/server/monitor_service.cfg new file mode 100644 index 000000000..478333649 --- /dev/null +++ b/code/ryzom/server/monitor_service.cfg @@ -0,0 +1,41 @@ +// Use with commandline: monitor_service -C. -L. --nobreak --writepid + +#include "monitor_service_default.cfg" + +#include "used_continents.cfg" + +// ---- config local variables + +// ---- service NeL variables (used by ConfigFile class) + +AESAliasName= "mos"; + +GraphVars += { "UserSpeedLoop", "0" }; +GraphVars += { "UserSpeedLoop", "60000" }; +GraphVars += { "L5CallbackCount", "0" }; +GraphVars += { "L5CallbackCount", "60000" }; +GraphVars += { "L5CallbackTime", "0" }; +GraphVars += { "L5CallbackTime", "60000" }; + +Paths = { + ".", + "../common/data_common", + "../common/data_leveldesign", +}; + +// ---- service NeL variables (used by CVariable class) + +// ---- service custom variables (used by ConfigFile class) + +// Mirror limits +DatasetSizefe_temp = 600000; +DatasetSizefame = 26000; + +// MS Packet size limit in bytes, PER DATASET (warning: depending on the weights, limits per property may be very small) +MaxOutBandwidth = 100000000; + + +// ---- service custom variables (used by CVariable class) + +// Disable ryzom verbose logging +VerboseMIRROR = 0; diff --git a/code/ryzom/server/monitor_service_default.cfg b/code/ryzom/server/monitor_service_default.cfg new file mode 100644 index 000000000..60d639fe1 --- /dev/null +++ b/code/ryzom/server/monitor_service_default.cfg @@ -0,0 +1 @@ +#include "common.cfg"