Revert "1.5 seconds propably better"

This reverts commit 9ab99363b5.
This commit is contained in:
Laura Klünder 2017-12-21 04:38:42 +01:00
parent 9ab99363b5
commit 77b732bf40

View file

@ -886,7 +886,7 @@ editor = {
editor._scan_waits = false;
if (!data.length) return;
if (now-1500 < editor._last_result) return;
if (now-2000 < editor._last_result) return;
editor._last_result = now;
// ignore this scan?