diff options
Diffstat (limited to 'conf/general-example')
-rw-r--r-- | conf/general-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/general-example b/conf/general-example index b19a6a6bb..7e750de96 100644 --- a/conf/general-example +++ b/conf/general-example @@ -74,4 +74,7 @@ define('OPTION_HTTPD_ERROR_LOG', '/var/log/apache/error.log'); define('OPTION_ALLOWED_COBRANDS', 'cobrand_one|cobrand_two'); +// How many items are returned in the GeoRSS feeds by default +define('OPTION_RSS_LIMIT', '20'); + ?> |