diff options
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/zodbsessions/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
