1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 10:15:45 +00:00

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

View file

@ -26,8 +26,8 @@
#import "BlocklistDownloader.h" #import "BlocklistDownloader.h"
#import "NSApplicationAdditions.h" #import "NSApplicationAdditions.h"
//one minute delay before running after option is changed //thirty second delay before running after option is changed
#define SMALL_DELAY 60 #define SMALL_DELAY 30
//update one week after previous update //update one week after previous update
#define FULL_WAIT (60 * 60 * 24 * 7) #define FULL_WAIT (60 * 60 * 24 * 7)