Increase cache age.
This commit is contained in:
parent
7f1e297a3a
commit
ce9c2798eb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class SimpleServletDispatcher extends HttpServlet
|
|||
// static final protected Pattern LONG_REWRITED_URL_PARAMETERS =
|
||||
// Pattern.compile("^.+-/(.)+*$");
|
||||
static final private Pattern REWRITE_PARAMETER = Pattern.compile("[^%\\w\\d]");
|
||||
static final public int CACHE_AGE = 60 * 60;
|
||||
static final public int CACHE_AGE = 2 * 60 * 60;
|
||||
|
||||
private String webclassesRootPath;
|
||||
|
||||
|
|
Loading…
Reference in a new issue