max users, notices per sitemap = 50K

This commit is contained in:
Evan Prodromou 2010-04-12 11:05:19 -04:00
parent a18115bec9
commit b919f83797

View 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