Skip to content

Commit

Permalink
Fix adaptive_concurrency default too
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.com>
  • Loading branch information
bruceg committed Aug 27, 2021
1 parent 9676043 commit 5c2ed22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/cue/reference/components.cue
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components: {
enabled: bool

if enabled {
adaptive_concurrency: bool | *false
adaptive_concurrency: bool | *true
concurrency: uint64 | *null
rate_limit_duration_secs: uint64 | *1
rate_limit_num: uint64 | *9223372036854775807
Expand Down

0 comments on commit 5c2ed22

Please sign in to comment.