Set a nominal cap of 256*1024 entries per external_acl_type configured.
This can be adjusted as needed with the external_acl_type cache=N option.
a->ttl = DEFAULT_EXTERNAL_ACL_TTL;
a->negative_ttl = -1;
a->children = DEFAULT_EXTERNAL_ACL_CHILDREN;
+ a->cache_size = 256*1024;
+ a->quote = external_acl::QUOTE_METHOD_URL;
token = strtok(NULL, w_space);
token = strtok(NULL, w_space);
- a->quote = external_acl::QUOTE_METHOD_URL;
-
/* Parse options */
while (token) {
if (strncmp(token, "ttl=", 4) == 0) {