File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ const text = `module {{.}}
11
11
go 1.18
12
12
13
13
require (
14
- github.com/chenjie199234/config v0.1.0
15
- github.com/chenjie199234/Corelib v0.0.63
14
+ github.com/chenjie199234/config v0.1.1
15
+ github.com/chenjie199234/Corelib v0.0.64
16
16
github.com/fsnotify/fsnotify v1.5.1
17
17
github.com/go-sql-driver/mysql v1.6.0
18
18
github.com/segmentio/kafka-go v0.4.31
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ var s *web.WebServer
29
29
func StartWebServer() {
30
30
c := config.GetWebServerConfig()
31
31
webc := &web.ServerConfig{
32
- CloseMode: c.CloseMode,
32
+ WaitCloseMode: c.CloseMode,
33
33
ConnectTimeout: time.Duration(c.ConnectTimeout),
34
34
GlobalTimeout: time.Duration(c.GlobalTimeout),
35
35
IdleTimeout: time.Duration(c.IdleTimeout),
You can’t perform that action at this time.
0 commit comments