Skip to content

Commit 4e7d8b0

Browse files
chore(config): change default max session age from 1 day to 7 days
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 959c5b7 commit 4e7d8b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/config/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package config
22

3-
// DefaultMaxSessionAgeInSecond means the default max session age in second.
4-
const DefaultMaxSessionAgeInSecond = 86400
3+
// DefaultMaxSessionAgeInSecond means the default max session age in second, value: 7 days
4+
const DefaultMaxSessionAgeInSecond = 7 * 86400

0 commit comments

Comments
 (0)