LP#1361782: (follow-up) fix the default search limit in seed data
authorGalen Charlton <gmc@equinoxOLI.org>
Thu, 23 Mar 2023 21:22:54 +0000 (17:22 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 23 Mar 2023 21:22:54 +0000 (17:22 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 97c167b..9cd8aba 100644 (file)
@@ -23226,7 +23226,7 @@ VALUES (
 INSERT INTO config.global_flag (name, value, enabled, label)
 VALUES (
     'opac.max_concurrent_search.query',
-    '0',
+    '20',
     TRUE,
     oils_i18n_gettext(
         'opac.max_concurrent_search.query',