mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve kernel API requesting concurrency control https://github.com/siyuan-note/siyuan/issues/9979
This commit is contained in:
parent
d6a86fa4cd
commit
cf6d9d4e85
1 changed files with 1 additions and 1 deletions
|
|
@ -340,6 +340,6 @@ func ControlConcurrency(c *gin.Context) {
|
|||
requestingLock.Unlock()
|
||||
|
||||
mutex.Lock()
|
||||
defer mutex.Unlock()
|
||||
c.Next()
|
||||
mutex.Unlock()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue