Skip to content

Commit

Permalink
🎨 桌面端支持同时打开多个工作空间 #4567
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 4, 2023
1 parent 9814f56 commit a99cb89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kernel/server/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ func Serve(fastMode bool) {
serveTemplates(ginServer)
api.ServeAPI(ginServer)

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"
Expand Down

0 comments on commit a99cb89

Please sign in to comment.