🎨 Update S3 default timeout to 60s
This commit is contained in:
parent
c0deaf5727
commit
04764e7546
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ func GetChildDocDepth(treeAbsPath string) (ret int) {
|
|||
func NormalizeTimeout(timeout int) int {
|
||||
if 7 > timeout {
|
||||
if 1 > timeout {
|
||||
return 30
|
||||
return 60
|
||||
}
|
||||
return 7
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue