]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
max users, notices per sitemap = 50K
authorEvan Prodromou <evan@status.net>
Mon, 12 Apr 2010 15:05:19 +0000 (11:05 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 1 Jun 2010 20:52:27 +0000 (13:52 -0700)
plugins/Sitemap/SitemapPlugin.php

index fa9c9a76d08355368b30f44f6c954bbb19442615..29c32a6242cb1c630b492da3b1dacc9f88e43759 100644 (file)
@@ -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