diff options
| author | Stephen Blott | 2015-05-15 06:34:00 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-15 06:34:00 +0100 | 
| commit | df187b3f5a00ecc3a4cd0846167e0f1fc5473f90 (patch) | |
| tree | c67f1ea757bb465448794caf0ccbad91742ae0b5 /background_scripts/completion_search.coffee | |
| parent | bb9eadc10d62dedb80613de6ced67a209d42339e (diff) | |
| download | vimium-df187b3f5a00ecc3a4cd0846167e0f1fc5473f90.tar.bz2 | |
Search completion; disable background-page logging.
Diffstat (limited to 'background_scripts/completion_search.coffee')
| -rw-r--r-- | background_scripts/completion_search.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/completion_search.coffee b/background_scripts/completion_search.coffee index c6824594..d89eb278 100644 --- a/background_scripts/completion_search.coffee +++ b/background_scripts/completion_search.coffee @@ -1,6 +1,6 @@  CompletionSearch = -  debug: true +  debug: false    inTransit: {}    completionCache: new SimpleCache 2 * 60 * 60 * 1000, 5000 # Two hours, 5000 entries.    engineCache:new SimpleCache 1000 * 60 * 60 * 1000 # 1000 hours. | 
