Skip to content

Commit

Permalink
feat: Cherry-Pick (0.56): Update TokensConfig countingGetBalanceThrot…
Browse files Browse the repository at this point in the history
…tleEnabled default to true (#16366)

Signed-off-by: Derek Riley <[email protected]>
  • Loading branch information
derektriley authored Nov 1, 2024
1 parent fbd162e commit f8e9628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ public record TokensConfig(
boolean airdropsClaimEnabled,
@ConfigProperty(value = "nfts.maxBatchSizeUpdate", defaultValue = "10") @NetworkProperty
int nftsMaxBatchSizeUpdate,
@ConfigProperty(defaultValue = "false") @NetworkProperty boolean countingGetBalanceThrottleEnabled) {}
@ConfigProperty(defaultValue = "true") @NetworkProperty boolean countingGetBalanceThrottleEnabled) {}

0 comments on commit f8e9628

Please sign in to comment.