max users, notices per sitemap = 50K

This commit is contained in:
Evan Prodromou 2010-04-12 11:05:19 -04:00
parent 4b321f96fc
commit 8b9ce731f4

View File

@ -47,8 +47,8 @@ if (!defined('STATUSNET')) {
class SitemapPlugin extends Plugin class SitemapPlugin extends Plugin
{ {
const USERS_PER_MAP = 25000; const USERS_PER_MAP = 50000;
const NOTICES_PER_MAP = 25000; const NOTICES_PER_MAP = 50000;
/** /**
* Load related modules when needed * Load related modules when needed