aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion_engines.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-05-08 17:57:29 +0100
committerStephen Blott2015-05-08 17:57:29 +0100
commitd94e7c74d78ce788cf3deabcd1c99c3859240566 (patch)
tree5bc078c52783b74837e55f878af88bda8f4b8620 /background_scripts/completion_engines.coffee
parentcf993efaf69fcf3482cf0f54881fcf87f0108a0d (diff)
downloadvimium-d94e7c74d78ce788cf3deabcd1c99c3859240566.tar.bz2
Search completion; reduce delay.
Diffstat (limited to 'background_scripts/completion_engines.coffee')
-rw-r--r--background_scripts/completion_engines.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion_engines.coffee b/background_scripts/completion_engines.coffee
index badae126..85062c49 100644
--- a/background_scripts/completion_engines.coffee
+++ b/background_scripts/completion_engines.coffee
@@ -126,7 +126,7 @@ CompletionEngines =
# The amount of time to wait for new requests before launching the HTTP request. The intention is to cut
# down on the number of HTTP requests we issue.
- delay: 200
+ delay: 100
get: (searchUrl, url, callback) ->
xhr = new XMLHttpRequest()