Automatically close idle sessions
This commit is contained in:
@@ -196,6 +196,11 @@ func Run() {
|
||||
util.StartProfiler()
|
||||
}
|
||||
|
||||
// Start session cleanup worker
|
||||
if options.Sessions {
|
||||
go api.StartSessionCleanup()
|
||||
}
|
||||
|
||||
startServer()
|
||||
openPage()
|
||||
handleSignals()
|
||||
|
||||
Reference in New Issue
Block a user