Skip to content

Commit 07e5e60

Browse files
committed
Add the chunk cache queue size to the group_vars.
1 parent 0486393 commit 07e5e60

File tree

1 file changed

+1
-0
lines changed
  • deployment/group_vars

1 file changed

+1
-0
lines changed

deployment/group_vars/all

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ reductionist_env:
2626
REDUCTIONIST_CHUNK_CACHE_AGE: "86400"
2727
REDUCTIONIST_CHUNK_CACHE_PRUNE_INTERVAL: "3600"
2828
REDUCTIONIST_CHUNK_CACHE_SIZE_LIMIT: "10GB"
29+
REDUCTIONIST_CHUNK_CACHE_QUEUE_SIZE: "32"
2930
# Path to certificates directory on remote host.
3031
reductionist_remote_certs_path: "{{ ansible_facts.env.HOME }}/certs"
3132
# Path to certificates directory in container.

0 commit comments

Comments
 (0)