Skip to content

Commit

Permalink
use 30m for calculating session
Browse files Browse the repository at this point in the history
This reflects documentation.
  • Loading branch information
gernest committed Feb 8, 2024
1 parent be45172 commit 6d7c7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
DefaultSession = 15 * time.Minute
DefaultSession = 30 * time.Minute
// To make sure we always have fresh data for current visitors
DefaultFlushInterval = time.Minute
)
Expand Down

0 comments on commit 6d7c7c7

Please sign in to comment.