Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1990

More flexibility for specifying timeouts and other time periods in minutes, seconds, etc. rather than milliseconds

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0.7
    • tapestry-core
    • 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.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: