mirror of https://github.com/Chocobozzz/PeerTube
Reduce innactivity timeout on embed
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