From ab66a19a3f9368723dfe569d4d31c6b2b9e6656c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 8 Sep 2009 20:18:12 -0400 Subject: Add support for the EntryCacheNoWaitRefreshTimeout This timeout specifies the lifetime of a cache entry before it is updated out-of-band. When this timeout is hit, the request will still complete from cache, but the SSSD will also go and update the cached entry in the background to extend the life of the cache entry and reduce the wait time of a future request. --- server/man/sssd.conf.5.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'server/man') diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index b64899a0e..827dd96ba 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -335,6 +335,19 @@ + + EntryCacheNoWaitRefreshTimeout (integer) + + + How long should nss_sss return cached entries before + initiating an out-of-band cache refresh (0 disables + this feature) + + + Default: 0 + + + EntryNegativeTimeout (integer) -- cgit