Mercurial > p > roundup > code
diff doc/rest.txt @ 8228:11ebd3a19c9a
doc: explicitly refer to POE lifetime in seconds.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Dec 2024 17:51:48 -0500 |
| parents | 32aaf5dc562b |
| children | 5145ad81970a |
line wrap: on
line diff
--- a/doc/rest.txt Thu Dec 19 17:26:39 2024 -0500 +++ b/doc/rest.txt Thu Dec 19 17:51:48 2024 -0500 @@ -1171,7 +1171,8 @@ This example also changes the lifetime of the POE url. This link has a lifetime of 15 minutes (900 seconds). Using it after 16 minutes will -result in a 400 error. A lifetime up to 1 hour can be specified. +result in a 400 error. A lifetime up to 3600 seconds (1 hour) can be +specified. POE url's are an optional mechanism. If:
