]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase max page value
authorChocobozzz <me@florianbigard.com>
Fri, 10 Apr 2020 07:46:01 +0000 (09:46 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 10 Apr 2020 07:46:01 +0000 (09:46 +0200)
server/initializers/constants.ts

index 13448ffed85a5db3110440954a5f94b5a192d3ca..91b3d4ef32bef118d15d87c1c91eb07e0ebe75bc 100644 (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' ],