mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-04 14:22:04 +00:00
feat: allow setting videojs max buffer length via config.yml (#5876)
This commit is contained in:
@@ -593,6 +593,27 @@ hmac_key: "CHANGE_ME!!"
|
||||
## browser's cookies).
|
||||
##
|
||||
|
||||
#########################################
|
||||
#
|
||||
# VideoJS Settings
|
||||
#
|
||||
#########################################
|
||||
|
||||
videojs:
|
||||
## Change goal buffer length
|
||||
##
|
||||
## Accepted values: a positive integer OR null
|
||||
## Default: 30
|
||||
##
|
||||
goal_buffer_length: 30
|
||||
|
||||
## Change max goal buffer length
|
||||
##
|
||||
## Accepted values: a positive integer OR null
|
||||
## Default: 60
|
||||
##
|
||||
max_goal_buffer_length: 60
|
||||
|
||||
default_user_preferences:
|
||||
|
||||
# -----------------------------
|
||||
|
||||
Reference in New Issue
Block a user