mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Enabled negative caching on attribute comparisons in the LDAP cache.
Fixed a problem where the default cache TTL was set in milliseconds not microseconds causing the cache to time out almost immediately. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -153,6 +153,7 @@ typedef struct util_compare_node_t {
|
||||
const char *attrib;
|
||||
const char *value;
|
||||
apr_time_t lastcompare;
|
||||
int result;
|
||||
} util_compare_node_t;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user