diff --git a/rest/templates/watch.gohtml b/rest/templates/watch.gohtml
index afaf953..d746ca3 100644
--- a/rest/templates/watch.gohtml
+++ b/rest/templates/watch.gohtml
@@ -198,7 +198,7 @@
video.addEventListener('timeupdate', (e) => {
let now = new Date();
let elapsed = now - lastProgressUpdate;
- if (elapsed > 3000) {
+ if (elapsed > 5000) {
if (prg) {prg.value = video.currentTime}
fetch('/progress', {
method: 'post',