mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user