1
0
Fork 0

Increase max page value

This commit is contained in:
Chocobozzz 2020-04-10 09:46:01 +02:00
parent 7cbbf79ff0
commit 4d9ae8f7cf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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' ],