aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-17 09:04:45 +0200
committerChocobozzz <me@florianbigard.com>2022-06-17 09:04:45 +0200
commit42e6a7a747f5349ac3434ee44273e50966630440 (patch)
tree5e6a9a9ab68da76a1fd2e00e77bb18ecdaa71f0b /server
parent68d6e57870dd5ea87a03d13adcfcc72786d8348a (diff)
downloadPeerTube-42e6a7a747f5349ac3434ee44273e50966630440.tar.gz
PeerTube-42e6a7a747f5349ac3434ee44273e50966630440.tar.zst
PeerTube-42e6a7a747f5349ac3434ee44273e50966630440.zip
Increase max watch sections
Diffstat (limited to 'server')
-rw-r--r--server/initializers/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts
index 909fffdb6..6034da1c6 100644
--- a/server/initializers/constants.ts
+++ b/server/initializers/constants.ts
@@ -371,7 +371,7 @@ const VIEW_LIFETIME = {
371 VIEWER_STATS: 60000 * 60 // 1 hour 371 VIEWER_STATS: 60000 * 60 // 1 hour
372} 372}
373 373
374const MAX_LOCAL_VIEWER_WATCH_SECTIONS = 10 374const MAX_LOCAL_VIEWER_WATCH_SECTIONS = 100
375 375
376let CONTACT_FORM_LIFETIME = 60000 * 60 // 1 hour 376let CONTACT_FORM_LIFETIME = 60000 * 60 // 1 hour
377 377