Change default download timeout from 10 to 15
This commit is contained in:
@@ -192,7 +192,7 @@ func (z *ZurgConfig) GetApiTimeoutSecs() int {
|
||||
|
||||
func (z *ZurgConfig) GetDownloadTimeoutSecs() int {
|
||||
if z.DownloadTimeoutSecs == 0 {
|
||||
return 10
|
||||
return 15
|
||||
}
|
||||
return z.DownloadTimeoutSecs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user