Skip to content

Commit

Permalink
fix: bad config name
Browse files Browse the repository at this point in the history
  • Loading branch information
achoimet committed Nov 12, 2024
1 parent ac884e7 commit e022b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extkafka/alter_limit_connection_create_rate.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type AlterLimitConnectionCreateRateState struct {
}

const (
LimitConnectionRate = "message.max.bytes"
LimitConnectionRate = "max.connection.creation.rate"
)

var _ action_kit_sdk.Action[AlterLimitConnectionCreateRateState] = (*AlterLimitConnectionCreateRateAttack)(nil)
Expand Down

0 comments on commit e022b80

Please sign in to comment.