aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/completion_search.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-05-15 06:34:00 +0100
committerStephen Blott2015-05-15 06:34:00 +0100
commitdf187b3f5a00ecc3a4cd0846167e0f1fc5473f90 (patch)
treec67f1ea757bb465448794caf0ccbad91742ae0b5 /background_scripts/completion_search.coffee
parentbb9eadc10d62dedb80613de6ced67a209d42339e (diff)
downloadvimium-df187b3f5a00ecc3a4cd0846167e0f1fc5473f90.tar.bz2
Search completion; disable background-page logging.
Diffstat (limited to 'background_scripts/completion_search.coffee')
-rw-r--r--background_scripts/completion_search.coffee2
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.