🎨 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
Reference in a new issue