From 7721c51d95d4db4f3dc2edf4f6c85552297c5db4 Mon Sep 17 00:00:00 2001 From: paulc Date: Mon, 1 Nov 2004 01:04:26 +0000 Subject: [PATCH] Documented new options. git-svn-id: http://voip.null.ro/svn/yate@102 acf43c95-373e-0410-b603-e72c3f656dc1 --- conf.d/yate.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conf.d/yate.conf.sample b/conf.d/yate.conf.sample index 06aab617..3a912956 100644 --- a/conf.d/yate.conf.sample +++ b/conf.d/yate.conf.sample @@ -11,6 +11,16 @@ ; Note that you MUST NOT add a path separator at the end ;modpath= +; maxworkers: int: Maximum number of worker threads the engine can create +;maxworkers=10 + +; restarts: int: Time in seconds after startup the engine will try to restart +; to clean up any accumulating problems. Restarts are performed only when +; started in supervised mode +; If at restart time at least one of the modules is busy it will try again to +; restart every 10 seconds +;restarts=0 + [modules] ; This section should hold one line for each module whose loading behaviour