Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Right now these are specified as:
configuration.add("tapestry.file-check-interval", "1000"); // 1 second
configuration.add("tapestry.file-check-update-timeout", "50"); // 50 milliseconds
configuration.add("tapestry.default-cookie-max-age", "604800"); // One week
I should be able to specified "1 s" instead of 1000 and "7 d" instead of 604800.