mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Reduce innactivity timeout on embed
This commit is contained in:
parent
869968d792
commit
60a26a559c
@ -27,6 +27,7 @@ loadVideoInfo(videoId)
|
||||
const videojsOptions = {
|
||||
controls: true,
|
||||
autoplay: false,
|
||||
inactivityTimeout: 500,
|
||||
plugins: {
|
||||
peertube: {
|
||||
videoFiles: videoInfo.files,
|
||||
|
Loading…
Reference in New Issue
Block a user