decrease the wait time for blocklist autoupdate

This commit is contained in:
Mitchell Livingston 2008-10-16 04:16:42 +00:00
parent db9f3310d2
commit 45160cff16
1 changed files with 2 additions and 2 deletions

View File

@ -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)