update default
This commit is contained in:
parent
3548b434d0
commit
267fdf1a4c
@ -112,6 +112,7 @@ func NewWSServerConfig(optionList ...SetWSServerConfig) *WSServerConfig {
|
|||||||
LogPath: "",
|
LogPath: "",
|
||||||
LogLevel: DefaultLogLevel,
|
LogLevel: DefaultLogLevel,
|
||||||
LogSplitInterval: DefaultLogSplitInterval,
|
LogSplitInterval: DefaultLogSplitInterval,
|
||||||
|
StoreConnection: DefaultStoreConnection,
|
||||||
}
|
}
|
||||||
for _, o := range optionList {
|
for _, o := range optionList {
|
||||||
o(c)
|
o(c)
|
||||||
|
Loading…
Reference in New Issue
Block a user