]> granicus.if.org Git - transmission/commitdiff
decrease the wait time for blocklist autoupdate
authorMitchell Livingston <livings124@transmissionbt.com>
Thu, 16 Oct 2008 04:16:42 +0000 (04:16 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Thu, 16 Oct 2008 04:16:42 +0000 (04:16 +0000)
macosx/BlocklistScheduler.m

index bf18ae1226f7d399ec61905d825f0ee21e42dbac..602327ac59aab448d703fee6b8efe483cc22435f 100644 (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)