Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-04-29 23:29:00 +08:00
commit b1dc272e10

View file

@ -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
}