projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cbbf79
)
Increase max page value
author
Chocobozzz
<me@florianbigard.com>
Fri, 10 Apr 2020 07:46:01 +0000
(09:46 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Fri, 10 Apr 2020 07:46:01 +0000
(09:46 +0200)
server/initializers/constants.ts
patch
|
blob
|
history
diff --git
a/server/initializers/constants.ts
b/server/initializers/constants.ts
index 13448ffed85a5db3110440954a5f94b5a192d3ca..91b3d4ef32bef118d15d87c1c91eb07e0ebe75bc 100644
(file)
--- a/
server/initializers/constants.ts
+++ b/
server/initializers/constants.ts
@@
-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:
1
00,
+ FETCH_PAGE_LIMIT:
20
00,
URL_MIME_TYPES: {
VIDEO: [] as string[],
TORRENT: [ 'application/x-bittorrent' ],