Module: kamailio
Branch: master
Commit: d3e698eca5410ebd3d08a8850c2149f2d0a54119
URL:
https://github.com/kamailio/kamailio/commit/d3e698eca5410ebd3d08a8850c2149f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-11-22T09:28:31+01:00
etc/kamailio.cfg: removed comment about not impleented tls_threads_mode value
---
Modified: etc/kamailio.cfg
---
Diff:
https://github.com/kamailio/kamailio/commit/d3e698eca5410ebd3d08a8850c2149f…
Patch:
https://github.com/kamailio/kamailio/commit/d3e698eca5410ebd3d08a8850c2149f…
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 94c97f86628..f77ff3e3aa2 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -229,7 +229,6 @@ tls_max_connections=2048
* 0: disable threaded calls
* 1: use thread executors for process#0 only
* 2: no thread executors, but use atfork handler to reset thread-locals to NULL
- * 3: use thread executors for all processes */
tls_threads_mode=2
#!endif