mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 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
Add a link
Reference in a new issue