Browse Source

Don't overwrite tcp_children for local listener

- Must use socket_workers instead of tcp_children for local listener so
  that the override of the tcp_children value only applies to the local
  listener
master
Daniel Finke 6 years ago
committed by lazedo
parent
commit
c088990163
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -180,7 +180,7 @@ include_file "trusted.cfg"
include_file "authorization.cfg"
###### local route ######
tcp_children = 5
socket_workers=5
listen=tcp:127.0.0.1:5090
####### Routing Logic ########


Loading…
Cancel
Save