From cb968d991b5466286aa3d53af20d405c3c48a17c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Feb 2010 08:11:52 +0000 Subject: Meh. --- docs/tutorials/zodbsessions/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/zodbsessions/index.rst b/docs/tutorials/zodbsessions/index.rst index 43a8cf5db..7d94e2e08 100644 --- a/docs/tutorials/zodbsessions/index.rst +++ b/docs/tutorials/zodbsessions/index.rst @@ -157,7 +157,7 @@ Configuration return session Note in the call to ``SessionDataManager`` that '3600' represents - the disuse timeout (5 minutes == 3600 seconds), and '5' represents + the disuse timeout (60 minutes == 3600 seconds), and '5' represents a write granularity time (the session will be marked as active at most every five seconds). Vary these values as necessary. -- cgit v1.2.3