You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/12/19 04:34:44 UTC

[jira] Created: (TAPESTRY-1990) More flexibility for specifying timeouts and other time periods in minutes, seconds, etc. rather than milliseconds

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1990) More flexibility for specifying timeouts and other time periods in minutes, seconds, etc. rather than milliseconds

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1990.
------------------------------------------

    Resolution: Fixed

> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org