update default

This commit is contained in:
白茶清欢 2021-04-17 23:16:00 +08:00
parent 3548b434d0
commit 267fdf1a4c
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ func NewWSServerConfig(optionList ...SetWSServerConfig) *WSServerConfig {
LogPath: "",
LogLevel: DefaultLogLevel,
LogSplitInterval: DefaultLogSplitInterval,
StoreConnection: DefaultStoreConnection,
}
for _, o := range optionList {
o(c)