]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix 'start' pool values
authorJorge Pereira <jpereira@freeradius.org>
Wed, 31 May 2023 13:36:02 +0000 (10:36 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 May 2023 18:08:51 +0000 (13:08 -0500)
12 files changed:
raddb/mods-available/cache
raddb/mods-available/couchbase
raddb/mods-available/cui
raddb/mods-available/krb5
raddb/mods-available/linelog
raddb/mods-available/mschap
raddb/mods-available/radius
raddb/mods-available/redis
raddb/mods-available/sql
raddb/mods-available/tacacs
raddb/mods-available/winbind
raddb/mods-available/yubikey

index 6497c6329f8c66178c3f269e689b3038573593c7..cb30f6b244247750df9143c697a5b5c86990590f 100644 (file)
@@ -76,7 +76,7 @@ cache {
                #  pool:: Connection pool.
                #
 #              pool {
-#                      start = ${thread[pool].num_workers}
+#                      start = 0
 #                      min = ${thread[pool].num_workers}
 #                      max = ${thread[pool].num_workers}
 #                      spare = 1
@@ -131,7 +131,7 @@ cache {
                #  pool:: Connection pool.
                #
 #              pool {
-#                      start = ${thread[pool].num_workers}
+#                      start = 0
 #                      min = ${thread[pool].num_workers}
 #                      max = ${thread[pool].num_workers}
 #                      spare = 1
index fd47f5de271d3bd05a3c3db0c9ba281f932e4f17..014a53ffd82744b7a06d4f41c6a918b3ad22e6fc 100644 (file)
@@ -180,7 +180,7 @@ couchbase {
                #  Set to `0` to allow the server to start without the couchbase
                #  being available.
                #
-               start = ${thread[pool].num_workers}
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index 37a50f4d43847eda9af9cb9a44e9cc02c75b5723..60ba0ed06c1189d324d1480203d8594428b7cc61 100644 (file)
@@ -75,7 +75,7 @@ sql cuisql {
        #  pool { ... }:: persistent connections to external resources.
        #
        pool {
-               start = 5
+               start = 0
                min = 4
                max = 10
                spare = 3
index c7b2ce6e247aa71122e6b7edba460799707f9385..93dea30f4b0b0919849d2f3362e68858a7028cf2 100644 (file)
@@ -46,7 +46,7 @@ krb5 {
                #  Set to `0` to allow the server to start without the
                #  KDC being available.
                #
-               start = ${thread[pool].num_workers}
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index e484acc0e86877fc9f7e14026b21ae1a92cafa7e..342c7b96afed198c4308f8f5ca1c82e8e1bd98da 100644 (file)
@@ -167,7 +167,7 @@ linelog {
                #  Set to 0 to allow the server to `start` without the
                #  web service being available.
                #
-               start = ${thread[pool].num_workers}
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index 86851013741df4bdf05f72c0cdcf8237f02e1ce6..1eb1af492e56a8a02f0c2fd0f6b82f55d38b9c40 100644 (file)
@@ -209,7 +209,7 @@ mschap {
                #  Set to 0 to allow the server to start without the
                #  winbind daemon being available.
                #
-               start = ${thread[pool].num_workers}
+               start = 0
 
                #
                #  min::
index 300d65f97f8eb7ba3e57f043cf1ec29a115490b5..3dd944fb3150ebac9973a2628d90f4ca9bb073fa 100644 (file)
@@ -243,7 +243,7 @@ radius {
                #
                #  Set to `0` to allow the server to start without the database being available.
                #
-               start = 1
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index 04eb161330cfd938bbb08e3d34e3e07450c5bc13..38d53f361fb17ef22ab7db90af4069b140f51c12 100644 (file)
@@ -109,7 +109,7 @@ redis {
                #  Set to `0` to allow the server to start without the web service
                #  being available.
                #
-               start = ${thread[pool].num_workers}
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index 29841f12d07a03f3a9ac287e0b53faaf926ab091..3fde3f1a27fd88b6bab0e35753aee9a20daab253 100644 (file)
@@ -229,7 +229,7 @@ sql {
                #
                #  Set to `0` to allow the server to start without the database being available.
                #
-               start = ${thread[pool].num_workers}
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index d846b1a77ded98a99ac749d4cc78c72a537b97f1..39a80ae128b261b6aae8d518ae62f30a0c926c45 100644 (file)
@@ -125,7 +125,7 @@ tacacs {
                #
                #  Set to `0` to allow the server to start without the database being available.
                #
-               start = 1
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index e2e66f723bf80bdda4c899c157dd16a94a81bb77..f4adff658cab8cbe2b71050d77651c6a5393adb4 100644 (file)
@@ -90,7 +90,7 @@ winbind {
                #  Set to `0` to allow the server to start without the
                #  winbind daemon being available.
                #
-               start = ${thread[pool].num_workers}
+               start = 0
 
                #
                #  min:: Minimum number of connections to keep open.
index b9f2333bf4a19be1f1ea238ed0a933f65f61fc8b..50431889f266de429f7d2c217ec3702bde9e3984 100644 (file)
@@ -179,7 +179,7 @@ yubikey {
                        #  Set to `0` to allow the server to start without the
                        #  winbind daemon being available.
                        #
-                       start = ${thread[pool].num_workers}
+                       start = 0
 
                        #
                        #  min:: Minimum number of connections to keep open.