Skip to content

Commit

Permalink
add: real-time session The session times out.
Browse files Browse the repository at this point in the history
  • Loading branch information
auula committed Mar 12, 2022
1 parent 81428ec commit 88532e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ type Config struct {
func (opt *Options) Parse() (cfg *Config) {
cfg = new(Config)
cfg.store = def
cfg.RDSOption = new(RDSOption)
cfg.RDSOption.option = opt.option
return verifyCfg(cfg)
}
Expand Down

0 comments on commit 88532e9

Please sign in to comment.