Skip to content

fix: usr: Preserve cache across reconfig when using attach-cache

Evan Hunt requested to merge 5061-attach-cache-fix into main

When the attach-cache option is used in the options block with an arbitrary name, it causes all views to use the same cache. Previously, this configuration caused the cache to be deleted and a new cache created every time the server was reconfigured. This has been fixed.

Closes #5061

Edited by Evan Hunt

Merge request reports