Module: kamailio
Branch: 5.2
Commit: 2c011ba68ae2c2d299d1851a818a5d4b7018f74e
URL:
https://github.com/kamailio/kamailio/commit/2c011ba68ae2c2d299d1851a818a5d4…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-14T16:46:57+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/msilo/README
---
Diff:
https://github.com/kamailio/kamailio/commit/2c011ba68ae2c2d299d1851a818a5d4…
Patch:
https://github.com/kamailio/kamailio/commit/2c011ba68ae2c2d299d1851a818a5d4…
---
diff --git a/src/modules/msilo/README b/src/modules/msilo/README
index 7a8e5a4ac6..7b8b8abd3c 100644
--- a/src/modules/msilo/README
+++ b/src/modules/msilo/README
@@ -14,8 +14,6 @@ Daniel-Constantin Mierla
<miconda(a)gmail.com>
-Edited by
-
Juha Heinanen
<jh(a)tutpro.com>
@@ -510,7 +508,7 @@ modparam("msilo", "expire_time", 36000)
module keeps each request send by itself for a new online user and if
the reply is 2xx then the message is deleted from database.
- Default value is “30”.
+ Default value is “60”.
Example 1.21. Set the “check_time” parameter
...
@@ -537,7 +535,7 @@ modparam("msilo", "send_time", 60)
Number of “check_time” cycles when to check if there are expired
messages in database.
- Default value is “5”.
+ Default value is “10”.
Example 1.23. Set the “clean_period” parameter
...