diff doc/freediameter.conf.sample @ 1397:239ba25870d8

Allow parametrizing the number of threads for routing in/out. This is for high-load situations where freeDiameter was limited by the corresponding queues.
author Thomas Klausner <tk@giga.or.at>
date Fri, 15 Nov 2019 11:40:37 +0100
parents 188c82b6690b
children 1409e693fa0f
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Fri Nov 15 11:38:30 2019 +0100
+++ b/doc/freediameter.conf.sample	Fri Nov 15 11:40:37 2019 +0100
@@ -188,6 +188,14 @@
 # Default: 4
 #AppServThreads = 4;
 
+# Number of server threads that can handle incoming message routing at the same time.
+# Default: 1
+#RoutingInThreads = 1;
+
+# Number of server threads that can handle outgoing message routing at the same time.
+# Default: 1
+#RoutingOutThreads= 1;
+
 # Other applications are configured by loaded extensions.
 
 ##############################################################
"Welcome to our mercurial repository"