LP#1435494: suggest 1048575 as a default resultset_limit
authorGalen Charlton <gmc@esilibrary.com>
Thu, 9 Apr 2015 20:09:59 +0000 (20:09 +0000)
committerBen 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

index 62ab1b8..dd7667a 100644 (file)
@@ -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>