From: Evan Prodromou Date: Mon, 12 Apr 2010 15:05:19 +0000 (-0400) Subject: max users, notices per sitemap = 50K X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8b9ce731f4707f6939497d139521acee56596dea;p=quix0rs-gnu-social.git max users, notices per sitemap = 50K --- diff --git a/plugins/Sitemap/SitemapPlugin.php b/plugins/Sitemap/SitemapPlugin.php index fa9c9a76d0..29c32a6242 100644 --- a/plugins/Sitemap/SitemapPlugin.php +++ b/plugins/Sitemap/SitemapPlugin.php @@ -47,8 +47,8 @@ if (!defined('STATUSNET')) { class SitemapPlugin extends Plugin { - const USERS_PER_MAP = 25000; - const NOTICES_PER_MAP = 25000; + const USERS_PER_MAP = 50000; + const NOTICES_PER_MAP = 50000; /** * Load related modules when needed