From: Nick Porter Date: Fri, 2 May 2025 19:28:48 +0000 (+0100) Subject: Set start = 0 in SQLite test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bccfc078f78ae04a95d5cfe13efb99f6cde5a03;p=thirdparty%2Ffreeradius-server.git Set start = 0 in SQLite test To verify correct behaviour when initial query launches connection --- diff --git a/src/tests/modules/sql_sqlite/module.conf b/src/tests/modules/sql_sqlite/module.conf index c90d2e69d5c..6f8ff8e9087 100644 --- a/src/tests/modules/sql_sqlite/module.conf +++ b/src/tests/modules/sql_sqlite/module.conf @@ -23,7 +23,7 @@ sql { read_groups = yes pool { - start = 1 + start = 0 min = 0 max = 1 spare = 3