Commit 39501309473da0d01a075c100189f913c3925fb5
1 parent
fdb3bb6f72
Exists in
master
and in
6 other branches
增加配置参数
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/webapp/WEB-INF/web.xml
View file @
3950130
... | ... | @@ -95,6 +95,10 @@ |
95 | 95 | <param-name>fixName</param-name> |
96 | 96 | <param-value>.jsp,.vm,.js,.css,.ico</param-value> |
97 | 97 | </init-param> |
98 | + <init-param> | |
99 | + <param-name>threshold</param-name> | |
100 | + <param-value>1500</param-value> | |
101 | + </init-param> | |
98 | 102 | </filter> |
99 | 103 | <filter-mapping> |
100 | 104 | <filter-name>perfFilter</filter-name> |