From f3f5a5b11aedc9117bcddc01bf3f6b5756d3336a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 30 Jul 2009 08:17:08 -0400 Subject: [PATCH] documented the sortmax configuration setting Signed-off-by: Galen Charlton --- doc/administration.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/administration.xml b/doc/administration.xml index 5b3ab5d..7e0f6ac 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -312,6 +312,19 @@ + sortmax: integer + + + Specifies the maximum number of records that will be sorted + in a result set. If the result set contains more than + integer records, records after the + limit will not be sorted. If omitted, the default value is + 1,000. + + + + + staticrank: integer -- 1.7.10.4