Reconfigure timeouts

This commit is contained in:
Ben Sarmiento
2024-01-26 13:51:48 +01:00
parent b72514c25e
commit 9e03cf6510
3 changed files with 10 additions and 9 deletions

View File

@@ -172,7 +172,7 @@ func (z *ZurgConfig) EnableDownloadCache() bool {
func (z *ZurgConfig) GetRealDebridTimeout() int {
if z.RealDebridTimeout == 0 {
return 60
return 10
}
return z.RealDebridTimeout
}