Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(squid): always refresh cache #1252

Merged
merged 1 commit into from
Feb 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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