Explorar el Código

ref: faster video time remembering interval

Sv443 hace 18 horas
padre
commit
23ef6824e2
Se han modificado 1 ficheros con 1 adiciones y 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 */