mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b1dc272e10
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ func GetChildDocDepth(treeAbsPath string) (ret int) {
|
||||||
func NormalizeTimeout(timeout int) int {
|
func NormalizeTimeout(timeout int) int {
|
||||||
if 7 > timeout {
|
if 7 > timeout {
|
||||||
if 1 > timeout {
|
if 1 > timeout {
|
||||||
return 30
|
return 60
|
||||||
}
|
}
|
||||||
return 7
|
return 7
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue