summaryrefslogtreecommitdiffstats
path: root/server/confdb
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-11-05 11:23:06 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-11-05 14:55:19 -0500
commitea95b9ecd144423cd70d3790c97a3e7277fa9d02 (patch)
tree103b52ab87764511a2f1539726c64b3f1675fd1f /server/confdb
parent198e04f81f26c051037817241918178c01803f52 (diff)
downloadsssd-ea95b9ecd144423cd70d3790c97a3e7277fa9d02.tar.gz
sssd-ea95b9ecd144423cd70d3790c97a3e7277fa9d02.tar.xz
sssd-ea95b9ecd144423cd70d3790c97a3e7277fa9d02.zip
Update midpoint refresh logic to be relative to cache timeout
Diffstat (limited to 'server/confdb')
-rw-r--r--server/confdb/confdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/confdb/confdb.h b/server/confdb/confdb.h
index 8729aad36..ef8a787c9 100644
--- a/server/confdb/confdb.h
+++ b/server/confdb/confdb.h
@@ -55,7 +55,7 @@
/* NSS */
#define CONFDB_NSS_CONF_ENTRY "config/nss"
#define CONFDB_NSS_ENUM_CACHE_TIMEOUT "enum_cache_timeout"
-#define CONFDB_NSS_ENTRY_CACHE_NOWAIT_TIMEOUT "entry_cache_nowait_timeout"
+#define CONFDB_NSS_ENTRY_CACHE_NOWAIT_PERCENTAGE "entry_cache_nowait_percentage"
#define CONFDB_NSS_ENTRY_NEG_TIMEOUT "entry_negative_timeout"
#define CONFDB_NSS_FILTER_USERS_IN_GROUPS "filter_users_in_groups"
#define CONFDB_NSS_FILTER_USERS "filter_users"