Module: kamailio Branch: master Commit: 537d11183d4907101e69d00e92e3530d2eb7cb5e URL: https://github.com/kamailio/kamailio/commit/537d11183d4907101e69d00e92e3530d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2022-02-18T09:04:27+01:00
async: docs - fixed typos
---
Modified: src/modules/async/doc/async_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/537d11183d4907101e69d00e92e3530d... Patch: https://github.com/kamailio/kamailio/commit/537d11183d4907101e69d00e92e3530d...
---
diff --git a/src/modules/async/doc/async_admin.xml b/src/modules/async/doc/async_admin.xml index 4955f00036..7185cbff52 100644 --- a/src/modules/async/doc/async_admin.xml +++ b/src/modules/async/doc/async_admin.xml @@ -93,9 +93,9 @@ modparam("async", "workers", 2) <para> Enables millisecond timer for async_ms_sleep() and async_ms_route() 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. + resolution will generate a higher load on the system. If you set ms_timer + to 1 you will get a timer with 1 millisecond resolution, a setting of 20 + provides a resolution of 20ms. </para> <para> <emphasis>