Skip to content

Commit

Permalink
Added deafult value for enabled as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshk25 committed Jan 7, 2025
1 parent 7fc8c21 commit 450cac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/** POJO for Rate Limiter Metadata Configuration */
public class RateLimiterPayload implements ReflectMapWriter {
@JsonProperty public Boolean enabled;
@JsonProperty public Boolean enabled = false;

@JsonProperty public Integer guaranteedSlots;

Expand Down

0 comments on commit 450cac5

Please sign in to comment.