Skip to content

Commit

Permalink
Merge pull request #17715 from machi1990/review/redis-config
Browse files Browse the repository at this point in the history
Remove initialisation of a config item as the Quarkus config will handle it
  • Loading branch information
machi1990 authored Jun 6, 2021
2 parents e23f40c + 9b5c924 commit 9d38a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static class RedisConfiguration {
* Used when `quarkus.redis.hosts` is not set.
*/
@ConfigItem
public Optional<String> hostsProviderName = Optional.empty();
public Optional<String> hostsProviderName;

/**
* The maximum delay to wait before a blocking command to redis server times out
Expand Down

0 comments on commit 9d38a3b

Please sign in to comment.