projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ef7ee
)
LP#1361782: (follow-up) fix the default search limit in seed data
author
Galen Charlton
<gmc@equinoxOLI.org>
Thu, 23 Mar 2023 21:22:54 +0000
(17:22 -0400)
committer
Galen Charlton
<gmc@equinoxOLI.org>
Thu, 23 Mar 2023 21:23:47 +0000
(17:23 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index
846779e
..
ae7eb75
100644
(file)
--- a/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@
-23226,7
+23226,7
@@
VALUES (
INSERT INTO config.global_flag (name, value, enabled, label)
VALUES (
'opac.max_concurrent_search.query',
- '0',
+ '
2
0',
TRUE,
oils_i18n_gettext(
'opac.max_concurrent_search.query',