]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
taskpool: Update versions for taskpool stasis options.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 16 Sep 2025 21:07:54 +0000 (18:07 -0300)
committerJoshua C. Colp <jcolp@sangoma.com>
Wed, 17 Sep 2025 01:24:59 +0000 (01:24 +0000)
main/stasis.c

index f9d5fbdd64f01993daf76e12abe800dd6ad350a8..7818b1da3a9b741d316b3515d0af502ec13141ec 100644 (file)
                        </configObject>
                        <configObject name="taskpool">
                                <since>
-                                       <version>24.0.0</version>
+                                       <version>23.1.0</version>
+                                       <version>22.7.0</version>
+                                       <version>20.17.0</version>
                                </since>
                                <synopsis>Settings that configure the taskpool Stasis uses to deliver some messages.</synopsis>
                                <configOption name="minimum_size" default="5">
                                        <since>
-                                       <version>24.0.0</version>
+                                       <version>23.1.0</version>
+                                       <version>22.7.0</version>
+                                       <version>20.17.0</version>
                                        </since>
                                        <synopsis>Minimum number of taskprocessors in the message bus taskpool.</synopsis>
                                </configOption>
                                <configOption name="initial_size" default="5">
                                        <since>
-                                       <version>24.0.0</version>
+                                       <version>23.1.0</version>
+                                       <version>22.7.0</version>
+                                       <version>20.17.0</version>
                                        </since>
                                        <synopsis>Initial number of taskprocessors in the message bus taskpool.</synopsis>
                                </configOption>
                                <configOption name="idle_timeout_sec" default="20">
                                        <since>
-                                       <version>24.0.0</version>
+                                       <version>23.1.0</version>
+                                       <version>22.7.0</version>
+                                       <version>20.17.0</version>
                                        </since>
                                        <synopsis>Number of seconds before an idle taskprocessor is disposed of.</synopsis>
                                </configOption>
                                <configOption name="max_size" default="50">
                                        <since>
-                                       <version>24.0.0</version>
+                                       <version>23.1.0</version>
+                                       <version>22.7.0</version>
+                                       <version>20.17.0</version>
                                        </since>
                                        <synopsis>Maximum number of taskprocessors in the taskpool.</synopsis>
                                </configOption>