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:
parent
db9f3310d2
commit
45160cff16
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue