From 09177a6e19af6e8fb2910e8cb9a01562ec924965 Mon Sep 17 00:00:00 2001 From: Kevan Carstensen Date: Sat, 20 Feb 2010 17:07:16 -0800 Subject: [PATCH] Update docs/frontends/webapi.txt to reflect the new expiration times in #577 --- docs/frontends/webapi.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/frontends/webapi.txt b/docs/frontends/webapi.txt index 76d1ca2b..26625c09 100644 --- a/docs/frontends/webapi.txt +++ b/docs/frontends/webapi.txt @@ -267,12 +267,12 @@ immediately. If a retain-for= argument is not used, the default handle lifetimes are: * handles will remain valid at least until their operation finishes - * uncollected handles for finished operations (i.e. handles for operations - which have finished but for which the GET page has not been accessed since - completion) will remain valid for one hour, or for the total time consumed - by the operation, whichever is greater. + * uncollected handles for finished operations (i.e. handles for + operations that have finished but for which the GET page has not been + accessed since completion) will remain valid for four days, or for + the total time consumed by the operation, whichever is greater. * 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 operating on large directory structures. The memory usage increases when the -- 2.45.2