mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 macOS 端报错 数据库被锁定 https://github.com/siyuan-note/siyuan/issues/6492
This commit is contained in:
parent
7de473b889
commit
6f460e40d6
2 changed files with 1 additions and 9 deletions
|
|
@ -74,7 +74,7 @@ func Serve(fastMode bool) {
|
|||
serveTemplates(ginServer)
|
||||
api.ServeAPI(ginServer)
|
||||
|
||||
if !fastMode {
|
||||
if !fastMode && "prod" == util.Mode && util.ContainerStd == util.Container {
|
||||
killRunningKernel()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue