mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-15 21:25:28 +01:00
🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113
This commit is contained in:
parent
98f682e507
commit
492389470f
6 changed files with 181 additions and 38 deletions
|
|
@ -113,11 +113,7 @@ func checkoutRepo(c *gin.Context) {
|
|||
}
|
||||
|
||||
id := arg["id"].(string)
|
||||
if err := model.CheckoutRepo(id); nil != err {
|
||||
ret.Code = -1
|
||||
ret.Msg = model.Conf.Language(141)
|
||||
return
|
||||
}
|
||||
model.CheckoutRepo(id)
|
||||
}
|
||||
|
||||
func downloadCloudSnapshot(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue