From a3665b06eb318be90c98501bc7f32b9d18df88f8 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 9 Apr 2015 20:09:59 +0000 Subject: [PATCH] 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 --- Open-ILS/examples/opensrf.xml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2