]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase max watch sections
authorChocobozzz <me@florianbigard.com>
Fri, 17 Jun 2022 07:04:45 +0000 (09:04 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 17 Jun 2022 07:04:45 +0000 (09:04 +0200)
server/initializers/constants.ts

index 909fffdb632baf4400d37aaa9c46c76de3038880..6034da1c6a95da46a1d5487827b99cc418cd842d 100644 (file)
@@ -371,7 +371,7 @@ const VIEW_LIFETIME = {
   VIEWER_STATS: 60000 * 60 // 1 hour
 }
 
-const MAX_LOCAL_VIEWER_WATCH_SECTIONS = 10
+const MAX_LOCAL_VIEWER_WATCH_SECTIONS = 100
 
 let CONTACT_FORM_LIFETIME = 60000 * 60 // 1 hour