From 77b732bf40a86fdb777b1e339b2279481c72a7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 21 Dec 2017 04:38:42 +0100 Subject: [PATCH] Revert "1.5 seconds propably better" This reverts commit 9ab99363b5b0d2ff7839c31a5833a47a76eb3989. --- src/c3nav/editor/static/editor/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/editor/static/editor/js/editor.js b/src/c3nav/editor/static/editor/js/editor.js index e25305a4..294dee0c 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -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?