Rename disable connection timeout cli option

This commit is contained in:
Dan Sosedoff
2017-10-20 22:18:07 -05:00
parent 7b6c5f74d4
commit ec5a12b0f7
3 changed files with 242 additions and 321 deletions

View File

@@ -197,7 +197,7 @@ func Run() {
}
// Start session cleanup worker
if options.Sessions && !command.Opts.ConnectionIdleTimeoutDisabled {
if options.Sessions && !command.Opts.DisableConnectionIdleTimeout {
go api.StartSessionCleanup()
}