Skip to content

Commit

Permalink
[Project] Updated session handler properties
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Oct 5, 2023
1 parent 0f3767a commit 5e7f5c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
<api>li.strolch.runtime.sessions.StrolchSessionHandler</api>
<impl>li.strolch.runtime.sessions.DefaultStrolchSessionHandler</impl>
<Properties>
<session.ttl.minutes>1</session.ttl.minutes>
<session.ttl.minutes>1440</session.ttl.minutes>
<session.maxKeepAlive.minutes>10080</session.maxKeepAlive.minutes>
</Properties>
</Component>
<Component>
Expand Down

0 comments on commit 5e7f5c8

Please sign in to comment.