Module: kamailio Branch: master Commit: 5d5ff47e6a942ae5ae9ff0e5684ca13abf8fe36f URL: https://github.com/kamailio/kamailio/commit/5d5ff47e6a942ae5ae9ff0e5684ca13a...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-07-28T20:01:40+02:00
modules: readme files regenerated - async ... [skip ci]
---
Modified: src/modules/async/README
---
Diff: https://github.com/kamailio/kamailio/commit/5d5ff47e6a942ae5ae9ff0e5684ca13a... Patch: https://github.com/kamailio/kamailio/commit/5d5ff47e6a942ae5ae9ff0e5684ca13a...
---
diff --git a/src/modules/async/README b/src/modules/async/README index fe5b244b5b..e26f2ea584 100644 --- a/src/modules/async/README +++ b/src/modules/async/README @@ -120,15 +120,16 @@ modparam("async", "workers", 2) 3.2. ms_timer (int)
Enables millisecond timer for async_ms_sleep() and async_ms_route() - functions. The integer value is the timer resolution in milliseconds. - ms_timer = 1 enables 1 millisecond timer but generates higher load on - the system. ms_timer = 20 enables 20 ms timer. + functions. The integer value is the timer resolution in milliseconds. A + smaller timer resultion will generate a higher load on the system. If + you set ms_timer to 1 you will get a timer with 1 millisecond + resultion, a setting of 20 provides a resultion of 20ms.
Default value is 0.
Example 1.2. Set ms_timer parameter ... -modparam("async", "ms_timer", 1) +modparam("async", "ms_timer", 10) ...
4. Functions