Skip to content

Commit

Permalink
Merge pull request #31482 from gefloh/fix-keep-alive-enabled
Browse files Browse the repository at this point in the history
Remove incorrect default value for keepAliveEnabled
  • Loading branch information
gsmet authored Mar 2, 2023
2 parents 1215c9f + a42565b commit 6512270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public class RestClientConfig {
/**
* If set to false disables the keep alive completely.
*/
@ConfigItem(defaultValue = "true")
@ConfigItem
public Optional<Boolean> keepAliveEnabled;

/**
Expand Down

0 comments on commit 6512270

Please sign in to comment.