Skip to content

Commit

Permalink
chore: enable_parallel_processing
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 3, 2024
1 parent 2cfdbff commit 5475bd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ spec:
value: {{ .Values.aggregation.store.executor.block_processing_threads | default 15 | quote }}
- name: STORE_EXECUTOR_USEVIRTUALTHREADFORBATCHPROCESSING
value: {{ .Values.aggregation.store.executor.use_virtual_thread_for_batch_processing | default "false" | quote }}
- name: STORE_EXECUTOR_ENABLEPARALLELPROCESSING
value: {{ .Values.aggregation.store.executor.enable_parallel_processing | default "true" | quote }}

resources:
{{- toYaml .Values.aggregation.resources | nindent 12 }}
Expand Down

0 comments on commit 5475bd8

Please sign in to comment.