Skip to content
Snippets Groups Projects
Commit 8a972dd1 authored by Malte Bauch's avatar Malte Bauch
Browse files

Update port

parent e7501d64
Branches
Tags v0.9.14
No related merge requests found
Pipeline #159179 failed
...@@ -37,7 +37,7 @@ func (a *Application) Run() { ...@@ -37,7 +37,7 @@ func (a *Application) Run() {
svr := nbhttp.NewServer(nbhttp.Config{ svr := nbhttp.NewServer(nbhttp.Config{
Network: "tcp", Network: "tcp",
Addrs: []string{"localhost:80"}, Addrs: []string{"localhost:4000"},
Handler: mux, Handler: mux,
}) })
......
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
var ( var (
clientManager = NewClientManager() clientManager = NewClientManager()
keepaliveTimer = time.Second * 30 keepaliveTimer = time.Second * 60
) )
type ClientManager struct { type ClientManager struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment