From e9f08ebaba5ec61af74c112f50c7d66257998c97 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Thu, 31 May 2012 18:08:46 -0400 Subject: Allow fast memcache timeout to be configurable https://fedorahosted.org/sssd/ticket/1318 --- src/man/sssd.conf.5.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 8eaeb13c..c946c6e1 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -543,6 +543,18 @@ + + memcache_timeout (int) + + + Specifies time in seconds for which records + in the in-memory cache will be valid + + + Default: 300 + + + -- cgit