Module: kamailio
Branch: 5.3
Commit: 182b0972b794df730910fc1a0e4e722eab39caf3
URL:
https://github.com/kamailio/kamailio/commit/182b0972b794df730910fc1a0e4e722…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-08-14T12:47:34+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/pipelimit/README
---
Diff:
https://github.com/kamailio/kamailio/commit/182b0972b794df730910fc1a0e4e722…
Patch:
https://github.com/kamailio/kamailio/commit/182b0972b794df730910fc1a0e4e722…
---
diff --git a/src/modules/pipelimit/README b/src/modules/pipelimit/README
index c98dd302a3..ebe43e1103 100644
--- a/src/modules/pipelimit/README
+++ b/src/modules/pipelimit/README
@@ -362,7 +362,7 @@ kamcmd cfg.set_now_string pipelimit reply_reason "Limiting"
4.12. clean_unused (int)
- Clean unused pipes afetr this number of timer intervals.
+ Clean unused pipes after this number of timer intervals.
Default value is 0 (cleanup disabled).
@@ -592,8 +592,8 @@ kamcmd pl.get_pid
Name: pl.push_load
Parameters:
- * load - the forced value of load (it must be greater then 0.0 and
- smaller then 1.0).
+ * load - the forced value of load (it must be greater than 0.0 and
+ smaller than 1.0).
RPC Command Format:
...