Skip to content

Commit

Permalink
Reset default for leader election delay to false (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota authored Mar 20, 2023
1 parent ba69f1a commit d5e8335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public class SchemaRegistryConfig extends RestConfig {
* <code>leader.election.delay</code>*
*/
public static final String LEADER_ELECTION_DELAY = "leader.election.delay";
public static final boolean DEFAULT_LEADER_ELECTION_DELAY = true;
public static final boolean DEFAULT_LEADER_ELECTION_DELAY = false;
/**
* <code>mode.mutability</code>*
*/
Expand Down

0 comments on commit d5e8335

Please sign in to comment.