projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a3029
)
LP#1435494: suggest 1048575 as a default resultset_limit
author
Galen Charlton
<gmc@esilibrary.com>
Thu, 9 Apr 2015 20:09:59 +0000
(20:09 +0000)
committer
Ben Shum
<bshum@biblio.org>
Fri, 10 Apr 2015 02:02:11 +0000
(22:02 -0400)
Per a suggestion by Thomas Berezansky; this magic number
represents the number of rows supported by XSLX, less one
for a header row.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/examples/opensrf.xml.example
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/opensrf.xml.example
b/Open-ILS/examples/opensrf.xml.example
index
62ab1b8
..
dd7667a
100644
(file)
--- a/
Open-ILS/examples/opensrf.xml.example
+++ b/
Open-ILS/examples/opensrf.xml.example
@@
-201,7
+201,7
@@
vim:et:ts=4:sw=4:
A value of 0 means that no limit should be set.
-->
- <resultset_limit>
0
</resultset_limit>
+ <resultset_limit>
1048575
</resultset_limit>
</setup>
</reporter>