Skip to content

Commit

Permalink
chore: adding tx count job flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo83 committed Jul 17, 2024
1 parent c956a04 commit 478eba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ spec:
value: "40000"
- name: NATIVE_SCRIPT_INFO_FIXED_DELAY
value: "40000"
- name: TOKEN_TX_COUNT_JOB_ENABLED
value: {{ .tokenTxCountJobEnabled | default "true" | quote }}
- name: AGG_ANALYTIC_FIXED_DELAY
value: "21600000"
- name: AGG_ANALYTIC_JOB_ENABLED
Expand Down
1 change: 1 addition & 0 deletions charts/cf-explorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ consumerSchedules:
drepInfoFixedDelay: null
governanceInfoJobEnabled: null
governanceInfoFixedDelay: null
tokenTxCountJobEnabled: null

network: mainnet

Expand Down

0 comments on commit 478eba4

Please sign in to comment.