mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Update docs/frontends/webapi.txt to reflect the new expiration times in #577
This commit is contained in:
parent
e9b59a4949
commit
09177a6e19
@ -267,12 +267,12 @@ immediately.
|
|||||||
If a retain-for= argument is not used, the default handle lifetimes are:
|
If a retain-for= argument is not used, the default handle lifetimes are:
|
||||||
|
|
||||||
* handles will remain valid at least until their operation finishes
|
* handles will remain valid at least until their operation finishes
|
||||||
* uncollected handles for finished operations (i.e. handles for operations
|
* uncollected handles for finished operations (i.e. handles for
|
||||||
which have finished but for which the GET page has not been accessed since
|
operations that have finished but for which the GET page has not been
|
||||||
completion) will remain valid for one hour, or for the total time consumed
|
accessed since completion) will remain valid for four days, or for
|
||||||
by the operation, whichever is greater.
|
the total time consumed by the operation, whichever is greater.
|
||||||
* collected handles (i.e. the GET page has been retrieved at least once
|
* collected handles (i.e. the GET page has been retrieved at least once
|
||||||
since the operation completed) will remain valid for ten minutes.
|
since the operation completed) will remain valid for one day.
|
||||||
|
|
||||||
Many "slow" operations can begin to use unacceptable amounts of memory when
|
Many "slow" operations can begin to use unacceptable amounts of memory when
|
||||||
operating on large directory structures. The memory usage increases when the
|
operating on large directory structures. The memory usage increases when the
|
||||||
|
Loading…
Reference in New Issue
Block a user