mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Currently we are not caching anything under /compose/ in varnish. This was desired in case there was some change that got cached when there were updates. However, we are hitting an issue currently where clients are requesting large amounts of "/compose/iot/repo/objects/ABC/" directory listings. These directories have nearly 65k entries in them and when apache has to stat 65k files to get attributes it takes a long time. Sometimes they seem to just get stuck because there are so many. Caching this tree should allow varnish to cache things and prevent high load issues. Signed-off-by: Kevin Fenzi <kevin@scrye.com>