Skip to content

Commit

Permalink
feat(squid): always refresh cache
Browse files Browse the repository at this point in the history
If not, we may have a missmatch between the package index and the
individual files.

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Feb 15, 2025
1 parent 24f4b7a commit 96b9e20
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions misc/squid.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
maximum_object_size 6 GB
cache_dir ufs /var/spool/squid 30720 16 256
cache_mem 256 MB
maximum_object_size_in_memory 512 KB
cache_replacement_policy heap LFUDA
range_offset_limit -1
quick_abort_min -1 KB
# Always revalidate cached content with the origin server
refresh_pattern . 0 100% 0 refresh-ims

# Allow caching of files up to 5GB
maximum_object_size 5 GB

# Set the cache size to 50GB
cache_dir ufs /var/spool/squid 50000 16 256

# Set memory cache size
cache_mem 5 GB

0 comments on commit 96b9e20

Please sign in to comment.