fix: align cache controls with config
Remove unused head-check config, make TTL overrides explicit, and tighten revalidation to avoid stale cache behavior.
This commit is contained in:
@@ -21,7 +21,6 @@ Type = "docker"
|
||||
Username = ""
|
||||
Password = ""
|
||||
CacheTTL = 43200
|
||||
EnableHeadCheck = true
|
||||
|
||||
[[Hub]]
|
||||
Name = "composer-cache"
|
||||
|
||||
@@ -19,4 +19,3 @@ Module = "legacy"
|
||||
Username = ""
|
||||
Password = ""
|
||||
CacheTTL = 43200
|
||||
EnableHeadCheck = true
|
||||
|
||||
@@ -19,4 +19,3 @@ Module = "legacy"
|
||||
Username = ""
|
||||
Password = ""
|
||||
CacheTTL = 43200
|
||||
EnableHeadCheck = false
|
||||
|
||||
Reference in New Issue
Block a user