Skip to content

Commit

Permalink
feat: update min sessionTime to 30 days.
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
grvgoel81 authored and Gaurav Goel committed Jan 6, 2025
1 parent 3714be8 commit 913fda9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class SessionManager(
signature = KeyStoreManager.getECDSASignature(
BigInteger(newSessionKey, 16), gsonData
),
timeout = min(sessionTime, 7 * 86400),
timeout = min(sessionTime, 30 * 86400),
allowedOrigin = allowedOrigin,
namespace = sessionNamespace
)
Expand Down

0 comments on commit 913fda9

Please sign in to comment.