Skip to content

reduce the group cache timeout to 30s

Neelesh Thakur requested to merge group-cache-ttl into master

Type of change

  • Bug Fix

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

Reduce the group cache TTL to 30s. Currently it's set to 1hr, which is very long time. Record with newly created group/ACL won't be searchable for 1hr. This change also makes this TTL consistent with Storage service cache configuration.

Merge request reports