mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Remove todo
This commit is contained in:
parent
8c225d1f0c
commit
eff537e216
1 changed files with 0 additions and 5 deletions
|
|
@ -80,11 +80,6 @@ func Serve(fastMode bool) {
|
|||
serveRepoDiff(ginServer)
|
||||
api.ServeAPI(ginServer)
|
||||
|
||||
// TODO 升级后结束旧内核进程
|
||||
//if !fastMode && "prod" == util.Mode && util.ContainerStd == util.Container {
|
||||
// killRunningKernel()
|
||||
//}
|
||||
|
||||
var host string
|
||||
if model.Conf.System.NetworkServe || util.ContainerDocker == util.Container {
|
||||
host = "0.0.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue