Module: kamailio Branch: 5.5 Commit: 4dd8c636701c778f50d11a37265e9b6300f45ecb URL: https://github.com/kamailio/kamailio/commit/4dd8c636701c778f50d11a37265e9b63...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-10-05T16:36:45+02:00
async: docs - added section ids for parameters
(cherry picked from commit ed3b2506e13214d25a3dd78e487ed35ed13053ac)
---
Modified: src/modules/async/doc/async_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4dd8c636701c778f50d11a37265e9b63... Patch: https://github.com/kamailio/kamailio/commit/4dd8c636701c778f50d11a37265e9b63...
---
diff --git a/src/modules/async/doc/async_admin.xml b/src/modules/async/doc/async_admin.xml index 5e9277a194..a56c60d7d2 100644 --- a/src/modules/async/doc/async_admin.xml +++ b/src/modules/async/doc/async_admin.xml @@ -68,7 +68,7 @@ </section> <section> <title>Parameters</title> - <section> + <section id="async.p.workers"> <title><varname>workers</varname> (int)</title> <para> Number of worker processes to be started to handle the asynchronous @@ -88,7 +88,7 @@ modparam("async", "workers", 2) </programlisting> </example> </section> - <section> + <section id="async.p.ms_timer"> <title><varname>ms_timer</varname> (int)</title> <para> Enables millisecond timer for async_ms_sleep() and async_ms_route() functions.