From: Jorge Pereira Date: Wed, 31 May 2023 13:36:02 +0000 (-0300) Subject: Fix 'start' pool values X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=841b20137b2bb2d0e81ab5a6fdf5ea33bb5df4d7;p=thirdparty%2Ffreeradius-server.git Fix 'start' pool values --- diff --git a/raddb/mods-available/cache b/raddb/mods-available/cache index 6497c6329f8..cb30f6b2442 100644 --- a/raddb/mods-available/cache +++ b/raddb/mods-available/cache @@ -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 diff --git a/raddb/mods-available/couchbase b/raddb/mods-available/couchbase index fd47f5de271..014a53ffd82 100644 --- a/raddb/mods-available/couchbase +++ b/raddb/mods-available/couchbase @@ -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. diff --git a/raddb/mods-available/cui b/raddb/mods-available/cui index 37a50f4d438..60ba0ed06c1 100644 --- a/raddb/mods-available/cui +++ b/raddb/mods-available/cui @@ -75,7 +75,7 @@ sql cuisql { # pool { ... }:: persistent connections to external resources. # pool { - start = 5 + start = 0 min = 4 max = 10 spare = 3 diff --git a/raddb/mods-available/krb5 b/raddb/mods-available/krb5 index c7b2ce6e247..93dea30f4b0 100644 --- a/raddb/mods-available/krb5 +++ b/raddb/mods-available/krb5 @@ -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. diff --git a/raddb/mods-available/linelog b/raddb/mods-available/linelog index e484acc0e86..342c7b96afe 100644 --- a/raddb/mods-available/linelog +++ b/raddb/mods-available/linelog @@ -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. diff --git a/raddb/mods-available/mschap b/raddb/mods-available/mschap index 86851013741..1eb1af492e5 100644 --- a/raddb/mods-available/mschap +++ b/raddb/mods-available/mschap @@ -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:: diff --git a/raddb/mods-available/radius b/raddb/mods-available/radius index 300d65f97f8..3dd944fb315 100644 --- a/raddb/mods-available/radius +++ b/raddb/mods-available/radius @@ -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. diff --git a/raddb/mods-available/redis b/raddb/mods-available/redis index 04eb161330c..38d53f361fb 100644 --- a/raddb/mods-available/redis +++ b/raddb/mods-available/redis @@ -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. diff --git a/raddb/mods-available/sql b/raddb/mods-available/sql index 29841f12d07..3fde3f1a27f 100644 --- a/raddb/mods-available/sql +++ b/raddb/mods-available/sql @@ -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. diff --git a/raddb/mods-available/tacacs b/raddb/mods-available/tacacs index d846b1a77de..39a80ae128b 100644 --- a/raddb/mods-available/tacacs +++ b/raddb/mods-available/tacacs @@ -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. diff --git a/raddb/mods-available/winbind b/raddb/mods-available/winbind index e2e66f723bf..f4adff658ca 100644 --- a/raddb/mods-available/winbind +++ b/raddb/mods-available/winbind @@ -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. diff --git a/raddb/mods-available/yubikey b/raddb/mods-available/yubikey index b9f2333bf4a..50431889f26 100644 --- a/raddb/mods-available/yubikey +++ b/raddb/mods-available/yubikey @@ -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.