diff options
| author | Stephen Blott | 2015-05-08 17:57:29 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-08 17:57:29 +0100 |
| commit | d94e7c74d78ce788cf3deabcd1c99c3859240566 (patch) | |
| tree | 5bc078c52783b74837e55f878af88bda8f4b8620 /background_scripts | |
| parent | cf993efaf69fcf3482cf0f54881fcf87f0108a0d (diff) | |
| download | vimium-d94e7c74d78ce788cf3deabcd1c99c3859240566.tar.bz2 | |
Search completion; reduce delay.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/completion_engines.coffee | 2 |
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() |
