From d48681c9bd9d054bc9e1356bc57c1cbe0fc3ddd9 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Wed, 24 Oct 2018 10:23:40 -0300 Subject: [PATCH] Updated Reference Manual (v2.x) (mediawiki) --- Reference-Manual-(v2.x).mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Manual-(v2.x).mediawiki b/Reference-Manual-(v2.x).mediawiki index d4f3977..b84d04e 100644 --- a/Reference-Manual-(v2.x).mediawiki +++ b/Reference-Manual-(v2.x).mediawiki @@ -4667,7 +4667,7 @@ Every collection contains several built-in variables that are available and are #'''IS_NEW''' - set to 1 if the collection is new (not yet persisted) otherwise set to 0. #'''KEY''' - the value of the initcol variable (the client's IP address in the example). #'''LAST_UPDATE_TIME''' - date/time of the last update to the collection. -#'''TIMEOUT''' - date/time in seconds when the collection will be updated on disk from memory (if no other updates occur). This variable may be set if you wish to specifiy an explicit expiration time (default is 3600 seconds). The TIMEOUT is updated every time that the values of an entry is changed. The expiration is set by entry not to the entry collection. +#'''TIMEOUT''' - date/time in seconds when the collection will be updated on disk from memory (if no other updates occur). This variable may be set if you wish to specifiy an explicit expiration time (default is 3600 seconds). The TIMEOUT is updated every time that the values of an entry is changed. #'''UPDATE_COUNTER''' - how many times the collection has been updated since creation. #'''UPDATE_RATE''' - is the average rate updates per minute since creation.