Increase max page value
This commit is contained in:
parent
7cbbf79ff0
commit
4d9ae8f7cf
|
@ -464,7 +464,7 @@ const ACTIVITY_PUB = {
|
||||||
ACCEPT_HEADER: 'application/activity+json, application/ld+json',
|
ACCEPT_HEADER: 'application/activity+json, application/ld+json',
|
||||||
PUBLIC: 'https://www.w3.org/ns/activitystreams#Public',
|
PUBLIC: 'https://www.w3.org/ns/activitystreams#Public',
|
||||||
COLLECTION_ITEMS_PER_PAGE: 10,
|
COLLECTION_ITEMS_PER_PAGE: 10,
|
||||||
FETCH_PAGE_LIMIT: 100,
|
FETCH_PAGE_LIMIT: 2000,
|
||||||
URL_MIME_TYPES: {
|
URL_MIME_TYPES: {
|
||||||
VIDEO: [] as string[],
|
VIDEO: [] as string[],
|
||||||
TORRENT: [ 'application/x-bittorrent' ],
|
TORRENT: [ 'application/x-bittorrent' ],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user