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=9eb65192d9dcd627ea3d76df9a3f0ac6fd7effad;p=working%2FEvergreen.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 62ab1b83b4..dd7667a535 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