From 60a26a559ca21ca02458a1311c5b464044bb8a05 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Mar 2018 13:55:03 +0200 Subject: [PATCH] Reduce innactivity timeout on embed --- client/src/standalone/videos/embed.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 2caab5b10..964ec56f3 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts @@ -27,6 +27,7 @@ loadVideoInfo(videoId) const videojsOptions = { controls: true, autoplay: false, + inactivityTimeout: 500, plugins: { peertube: { videoFiles: videoInfo.files, -- 2.25.1