Skip to content

Commit

Permalink
fix: remove incorrect default value for keepAliveEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gefloh committed Feb 28, 2023
1 parent ce62d50 commit cebe9a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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 cebe9a0

Please sign in to comment.