Explorar o código

ref: faster video time remembering interval

Sv443 hai 18 horas
pai
achega
23ef6824e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/features/behavior.ts

+ 1 - 1
src/features/behavior.ts

@@ -242,7 +242,7 @@ async function remTimeStartUpdateLoop() {
   // for no overlapping calls and better error handling:
   if(remVidCheckTimeout)
     clearTimeout(remVidCheckTimeout);
-  remVidCheckTimeout = setTimeout(remTimeStartUpdateLoop, 1000);
+  remVidCheckTimeout = setTimeout(remTimeStartUpdateLoop, 500);
 }
 
 /** Updates an existing or inserts a new entry to be remembered */