disable video-pagination for desktop view users by default

also adjusted moderator mobile video-pagination as suggested by @prlanzarin
This commit is contained in:
basisbit 2021-02-08 18:13:26 +01:00 committed by GitHub
parent 5af1f1cd81
commit d5c9cc38e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,11 +220,11 @@ public:
# PUBLISHERS aren't accounted for .
# A page size of 0 (zero) means that the page size is unlimited (disabled).
desktopPageSizes:
moderator: 50
viewer: 25
moderator: 0
viewer: 0
# video page sizes for MOBILE endpoints
mobilePageSizes:
moderator: 8
moderator: 6
viewer: 4
pingPong:
clearUsersInSeconds: 180