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.
31 lines
646 B
INI
31 lines
646 B
INI
15 years ago
|
// Use with commandline: tick_service -C. -L. --nobreak --writepid
|
||
|
|
||
15 years ago
|
#include "tick_service_default.cfg"
|
||
15 years ago
|
|
||
15 years ago
|
// ---- config local variables
|
||
15 years ago
|
|
||
15 years ago
|
// ---- service NeL variables (used by ConfigFile class)
|
||
15 years ago
|
|
||
15 years ago
|
AESAliasName= "ts";
|
||
15 years ago
|
|
||
15 years ago
|
Paths = {
|
||
|
".",
|
||
|
"../common/data_common",
|
||
|
"../common/data_leveldesign",
|
||
15 years ago
|
};
|
||
|
|
||
15 years ago
|
// ---- service NeL variables (used by CVariable class)
|
||
15 years ago
|
|
||
15 years ago
|
// ---- service custom variables (used by ConfigFile class)
|
||
15 years ago
|
|
||
|
// Mirror limits
|
||
|
DatasetSizefe_temp = 600000;
|
||
|
DatasetSizefame = 26000;
|
||
|
|
||
15 years ago
|
// ---- service custom variables (used by CVariable class)
|
||
15 years ago
|
|
||
15 years ago
|
// Disable ryzom verbose logging
|
||
|
VerboseMIRROR = 0;
|
||
15 years ago
|
|
||
15 years ago
|
#include "backup_service_interface.cfg"
|