max users, notices per sitemap = 50K
This commit is contained in:
parent
a18115bec9
commit
b919f83797
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user