From df187b3f5a00ecc3a4cd0846167e0f1fc5473f90 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Fri, 15 May 2015 06:34:00 +0100 Subject: Search completion; disable background-page logging. --- background_scripts/completion_search.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') 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. -- cgit v1.2.3