Remove reboot for unrebootable pools
This commit is contained in:
@@ -177,14 +177,14 @@ func (z *ZurgConfig) EnableDownloadMount() bool {
|
||||
|
||||
func (z *ZurgConfig) GetApiTimeoutSecs() int {
|
||||
if z.ApiTimeoutSecs == 0 {
|
||||
return 4
|
||||
return 30
|
||||
}
|
||||
return z.ApiTimeoutSecs
|
||||
}
|
||||
|
||||
func (z *ZurgConfig) GetDownloadTimeoutSecs() int {
|
||||
if z.DownloadTimeoutSecs == 0 {
|
||||
return 2
|
||||
return 15
|
||||
}
|
||||
return z.DownloadTimeoutSecs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user