Change default get downloads value to every 1440 mins (was 60)
This commit is contained in:
@@ -131,7 +131,7 @@ func (z *ZurgConfig) GetRepairEveryMins() int {
|
||||
|
||||
func (z *ZurgConfig) GetDownloadsEveryMins() int {
|
||||
if z.DownloadsEveryMins == 0 {
|
||||
return 60
|
||||
return 1440
|
||||
}
|
||||
return z.DownloadsEveryMins
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user