Quellcode durchsuchen

set step back to 100ms

Gildas vor 7 Jahren
Ursprung
Commit
d0e8a50e59
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      lib/single-file/util/timeout.js

+ 1 - 1
lib/single-file/util/timeout.js

@@ -22,7 +22,7 @@
 
 this.timeout = this.timeout || (() => {
 
-	const TIMEOUT_STEP = 200;
+	const TIMEOUT_STEP = 100;
 
 	const timeoutIds = [];