diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-10 09:46:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-10 09:46:01 +0200 |
commit | 4d9ae8f7cfce66ba0568a25c28034a2cad120444 (patch) | |
tree | c16b13f4ce85a2aeb38a7478bfa9abb992cefa91 | |
parent | 7cbbf79ff00bb0fd2103637a48848835c2368ce8 (diff) | |
download | PeerTube-4d9ae8f7cfce66ba0568a25c28034a2cad120444.tar.gz PeerTube-4d9ae8f7cfce66ba0568a25c28034a2cad120444.tar.zst PeerTube-4d9ae8f7cfce66ba0568a25c28034a2cad120444.zip |
Increase max page value
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 13448ffed..91b3d4ef3 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -464,7 +464,7 @@ const ACTIVITY_PUB = { | |||
464 | ACCEPT_HEADER: 'application/activity+json, application/ld+json', | 464 | ACCEPT_HEADER: 'application/activity+json, application/ld+json', |
465 | PUBLIC: 'https://www.w3.org/ns/activitystreams#Public', | 465 | PUBLIC: 'https://www.w3.org/ns/activitystreams#Public', |
466 | COLLECTION_ITEMS_PER_PAGE: 10, | 466 | COLLECTION_ITEMS_PER_PAGE: 10, |
467 | FETCH_PAGE_LIMIT: 100, | 467 | FETCH_PAGE_LIMIT: 2000, |
468 | URL_MIME_TYPES: { | 468 | URL_MIME_TYPES: { |
469 | VIDEO: [] as string[], | 469 | VIDEO: [] as string[], |
470 | TORRENT: [ 'application/x-bittorrent' ], | 470 | TORRENT: [ 'application/x-bittorrent' ], |