mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 12:05:59 +01:00
Extend session timeout to 24 hours.
This commit is contained in:
@@ -97,6 +97,13 @@
|
|||||||
<servlet-mapping>
|
<servlet-mapping>
|
||||||
<servlet-name>H2Console</servlet-name>
|
<servlet-name>H2Console</servlet-name>
|
||||||
<url-pattern>/console/*</url-pattern>
|
<url-pattern>/console/*</url-pattern>
|
||||||
</servlet-mapping>
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<!-- ===================================================================== -->
|
||||||
|
<!-- Session timeout -->
|
||||||
|
<!-- ===================================================================== -->
|
||||||
|
<session-config>
|
||||||
|
<session-timeout>1440</session-timeout>
|
||||||
|
</session-config>
|
||||||
|
|
||||||
</web-app>
|
</web-app>
|
||||||
Reference in New Issue
Block a user