github.com/cs3org/reva/v2@v2.27.7/changelog/2.19.0_2024-02-22/lazy-initialize-publicsharemanager.md (about) 1 Enhancement: Lazy initialize public share manager 2 3 Unlike the share manager the public share manager was initializing its data structure on startup. This can lead to failed ocis 4 starts (in single binary case) or to restarting `sharing` pods when running in containerized environment. 5 6 https://github.com/cs3org/reva/pull/4490