]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set start = 0 in SQLite test
authorNick Porter <nick@portercomputing.co.uk>
Fri, 2 May 2025 19:28:48 +0000 (20:28 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 2 May 2025 19:28:48 +0000 (20:28 +0100)
To verify correct behaviour when initial query launches connection

src/tests/modules/sql_sqlite/module.conf

index c90d2e69d5c44faed9683cb42099f1e6a2236e2e..6f8ff8e9087d4c3fe39072426601b352dcab3255 100644 (file)
@@ -23,7 +23,7 @@ sql {
        read_groups = yes
 
        pool {
-               start = 1
+               start = 0
                min = 0
                max = 1
                spare = 3