More flexibility for specifying timeouts and other time periods in minutes,
seconds, etc. rather than milliseconds
------------------------------------------------------------------------------------------------------------------
Key: TAPESTRY-1990
URL: https://issues.apache.org/jira/browse/TAPESTRY-1990
Project: Tapestry
Issue Type: Improvement
Components: tapestry-core
Reporter: Howard M. Lewis Ship
Assignee: Howard M. Lewis Ship
Fix For: 5.0.7
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]