diff doc/freediameter.conf.sample @ 253:ad6c0118fb50

Configurable number of server threads
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 13 Apr 2010 14:50:54 +0900
parents bd83ce9328ed
children 32ba9cf7ba87
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Fri Apr 02 17:28:20 2010 +0900
+++ b/doc/freediameter.conf.sample	Tue Apr 13 14:50:54 2010 +0900
@@ -144,6 +144,11 @@
 # Default: Relaying is enabled.
 #NoRelay;
 
+# Number of server threads that can handle incoming messages at the same time.
+#  TODO: implement dynamic # of threads depending on the length of the queue.
+# Default: 4
+#AppServThreads = 4;
+
 # Other applications are configured by loading appropriate extensions.
 
 ##############################################################
"Welcome to our mercurial repository"