mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Remove todo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user