diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 286757e5e..86a91643a 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -201,7 +201,7 @@ export class PeerTubeEmbed { | |||
201 | subtitle: this.subtitle, | 201 | subtitle: this.subtitle, |
202 | 202 | ||
203 | videoCaptions, | 203 | videoCaptions, |
204 | inactivityTimeout: 1500, | 204 | inactivityTimeout: 2500, |
205 | videoViewUrl: this.getVideoUrl(videoId) + '/views', | 205 | videoViewUrl: this.getVideoUrl(videoId) + '/views', |
206 | 206 | ||
207 | playerElement: this.videoElement, | 207 | playerElement: this.videoElement, |