Skip to content

Commit

Permalink
fix(applications cache): set the same 10h cache for all resources
Browse files Browse the repository at this point in the history
having a 6 month browser cache for some of the resources is a nonsense and leads to issues for customers updating. This set the same cache duration for all types of resources

Covers [RUNTIME-1770](https://bonitasoft.atlassian.net/browse/RUNTIME-1770)
  • Loading branch information
abirembaut committed Oct 23, 2023
1 parent 9fa7bbc commit 986fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpm/bonita-web-server/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<filter-class>org.bonitasoft.console.common.server.filter.CacheFilter</filter-class>
<init-param>
<param-name>duration</param-name>
<param-value>15768000</param-value>
<param-value>36000</param-value>
</init-param>
<init-param>
<param-name>alwaysCaching</param-name>
Expand Down

0 comments on commit 986fb31

Please sign in to comment.