Skip to content

Commit

Permalink
Update extensions/redis-client/runtime/src/main/java/io/quarkus/redis…
Browse files Browse the repository at this point in the history
…/client/runtime/RedisConfig.java

Co-authored-by: Manyanda Chitimbo <[email protected]>
  • Loading branch information
antoniodvr and machi1990 authored Jun 6, 2021
1 parent 76b20df commit 9f760f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public static class RedisConfiguration {
* The interval between reconnection attempts when a pooled connection cannot be established on first try.
*/
@ConfigItem(defaultValue = "PT1S")
public Duration reconnectInterval = Duration.ofSeconds(1L);
public Duration reconnectInterval;

/**
* The maximum time a connection remains unused in the pool before it is closed.
Expand Down

0 comments on commit 9f760f3

Please sign in to comment.