Skip to content

Commit 0440a52

Browse files
authored
Merge pull request #119 from stackhpc/fix/default-chunk-cache-key
Fix the default key for cached chunks to "%url-%offset-%size-%auth"
2 parents 95ebf2e + 3355fde commit 0440a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • deployment/group_vars

deployment/group_vars/all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ reductionist_env:
3131
REDUCTIONIST_CHUNK_CACHE_PRUNE_INTERVAL: "3600"
3232
REDUCTIONIST_CHUNK_CACHE_SIZE_LIMIT: "10GB"
3333
REDUCTIONIST_CHUNK_CACHE_QUEUE_SIZE: "32"
34-
REDUCTIONIST_CHUNK_CACHE_KEY: "%source-%bucket-%object-%offset-%size-%auth"
34+
REDUCTIONIST_CHUNK_CACHE_KEY: "%url-%offset-%size-%auth"
3535
REDUCTIONIST_CHUNK_CACHE_BYPASS_AUTH: "true"
3636
# Path to certificates directory on remote host.
3737
reductionist_remote_certs_path: "{{ ansible_facts.env.HOME }}/certs"

0 commit comments

Comments
 (0)