From: Galen Charlton Date: Thu, 9 Apr 2015 20:09:59 +0000 (+0000) Subject: LP#1435494: suggest 1048575 as a default resultset_limit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ce8037155c9478685490a257e402f13e1f8e8dec;p=Evergreen.git LP#1435494: suggest 1048575 as a default resultset_limit 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 Signed-off-by: Ben Shum --- diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index f28e4ae783..d21bba2b80 100644 --- 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. --> - 0 + 1048575