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