Module: kamailio Branch: master Commit: 0583ae7f70d3a88b21f826033052753fb02b48f8 URL: https://github.com/kamailio/kamailio/commit/0583ae7f70d3a88b21f826033052753f...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2024-11-21T14:01:10+01:00
modules: readme files regenerated - sqlops ... [skip ci]
---
Modified: src/modules/sqlops/README
---
Diff: https://github.com/kamailio/kamailio/commit/0583ae7f70d3a88b21f826033052753f... Patch: https://github.com/kamailio/kamailio/commit/0583ae7f70d3a88b21f826033052753f...
---
diff --git a/src/modules/sqlops/README b/src/modules/sqlops/README index d55fab0e081..e6b91d07f53 100644 --- a/src/modules/sqlops/README +++ b/src/modules/sqlops/README @@ -209,10 +209,12 @@ modparam("sqlops", "log_buf_size", 4096)
3.5. connect_mode (int)
- Control how the module will connect to database. Values: 0 - connect at - start up or fail 1 - connect at start up but continue even if - connecting to database server fails 2 - do not connect until needed - (this will limit the amount of idle connections) + Control how the module will connect to database. Values: + * 0 connect at start up or fail + * 1 connect at start up but continue even if connecting to database + server fails + * 2 do not connect until needed (this will limit the amount of idle + connections)
Default value is 0.