From 45160cff16072dd1a8dca6608e8be618ed3c7be1 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 16 Oct 2008 04:16:42 +0000 Subject: [PATCH] decrease the wait time for blocklist autoupdate --- macosx/BlocklistScheduler.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/BlocklistScheduler.m b/macosx/BlocklistScheduler.m index bf18ae122..602327ac5 100644 --- a/macosx/BlocklistScheduler.m +++ b/macosx/BlocklistScheduler.m @@ -26,8 +26,8 @@ #import "BlocklistDownloader.h" #import "NSApplicationAdditions.h" -//one minute delay before running after option is changed -#define SMALL_DELAY 60 +//thirty second delay before running after option is changed +#define SMALL_DELAY 30 //update one week after previous update #define FULL_WAIT (60 * 60 * 24 * 7)