Improved service worker
This commit is contained in:
2
main.go
2
main.go
@ -58,7 +58,7 @@ func configure(app *aero.Application) *aero.Application {
|
||||
app.SetStyle(css.Bundle())
|
||||
|
||||
// Sessions
|
||||
app.Sessions.Duration = 3600 * 24 * 30
|
||||
app.Sessions.Duration = 3600 * 24 * 30 * 6
|
||||
app.Sessions.Store = aerospikestore.New(arn.DB, "Session", app.Sessions.Duration)
|
||||
|
||||
// Layout
|
||||
|
Reference in New Issue
Block a user