khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/patchman/patchman_service_base_linux.cfg
2014-02-20 03:35:36 +01:00

17 lines
392 B
INI

//--------------------------------------------------------------------------------
// Stuff for Linux (as opposed to Windows)
#include "patchman_service_base.cfg"
// For windows boxes we dissable out stdin thread
DontUseStdIn = 0;
// how to sleep between to network update
// 0 = pipe
// 1 = usleep
// 2 = nanosleep
// 3 = sched_yield
// 4 = nothing
UseYieldMethod = 0;