Skip to content

Commit

Permalink
chore: numb threads
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed May 7, 2024
1 parent f59df78 commit 47a0bfd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ spec:
value: "120"
- name: STORE_ADMIN_AUTORECOVERYENABLED
value: "true"
- name: STORE_EXECUTOR_BLOCKPROCESSINGTHREADS
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 }}

Expand Down

0 comments on commit 47a0bfd

Please sign in to comment.