Skip to content

Commit 39b8002

Browse files
committed
edit session-timeout (test xlsx async export)
1 parent 0e49d35 commit 39b8002

File tree

1 file changed

+2
-2
lines changed
  • knowage/src/main/webapp/WEB-INF

1 file changed

+2
-2
lines changed

knowage/src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399

400400
<!-- OTHER CONFIGURATIONS -->
401401
<session-config>
402-
<session-timeout>30</session-timeout>
402+
<session-timeout>1</session-timeout>
403403
<cookie-config>
404404
<http-only>true</http-only>
405405
<secure>true</secure>
@@ -513,4 +513,4 @@
513513
<url-pattern>/restful-services-default</url-pattern>
514514
</servlet-mapping>
515515

516-
</web-app>
516+
</web-app>

0 commit comments

Comments
 (0)