comparison 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
comparison
equal deleted inserted replaced
1396:188c82b6690b 1397:239ba25870d8
185 #NoRelay; 185 #NoRelay;
186 186
187 # Number of server threads that can handle incoming messages at the same time. 187 # Number of server threads that can handle incoming messages at the same time.
188 # Default: 4 188 # Default: 4
189 #AppServThreads = 4; 189 #AppServThreads = 4;
190
191 # Number of server threads that can handle incoming message routing at the same time.
192 # Default: 1
193 #RoutingInThreads = 1;
194
195 # Number of server threads that can handle outgoing message routing at the same time.
196 # Default: 1
197 #RoutingOutThreads= 1;
190 198
191 # Other applications are configured by loaded extensions. 199 # Other applications are configured by loaded extensions.
192 200
193 ############################################################## 201 ##############################################################
194 ## Extensions configuration 202 ## Extensions configuration
"Welcome to our mercurial repository"