1.5 seconds propably better

This commit is contained in:
Laura Klünder 2017-12-21 04:36:07 +01:00
parent 2833b25293
commit 9ab99363b5

View file

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