You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this list for caching Linux distributions (e.g. Arch linux) database of the repos (core.db, extra.db...) are cached and served with the same retention as packages.
Is there a way to lower retention for those kind of files, as I use it for my devices and vms that are running same systems. No new updates are possible without removing the cached db files and restarting the lancache.
Describe your setup?
Deployed via docker-compose, env file contains CACHE_DOMAINS_REPO and CACHE_DOMAINS_BRANCH pointing to this repo
Workaround is to BYPASS the download once to get new content into the cache, it can be done with for I in core extra community multilib ...; do curl -o /dev/null http://fqdn/archlinux/${I}/os/x86_64/${I}.db?nocache=1; done
Describe the issue you are having
When using this list for caching Linux distributions (e.g. Arch linux) database of the repos (core.db, extra.db...) are cached and served with the same retention as packages.
Is there a way to lower retention for those kind of files, as I use it for my devices and vms that are running same systems. No new updates are possible without removing the cached db files and restarting the lancache.
Describe your setup?
Deployed via docker-compose, env file contains
CACHE_DOMAINS_REPO
andCACHE_DOMAINS_BRANCH
pointing to this repoAre you running sniproxy
Not relevant
DNS Configuration
default from docker-compose
The text was updated successfully, but these errors were encountered: