From: Evan Prodromou <evan@status.net>
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=b919f837971c583118e6139e1bea84fd1a51d3a0;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