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