Update RedisCachingQueryProvider.java
This commit is contained in:
@@ -7,9 +7,8 @@ import java.util.logging.Logger;
|
||||
|
||||
public final class RedisCachingQueryProvider implements QueryProvider {
|
||||
|
||||
public static final Duration QUERY_TTL = Duration.ofHours(3);
|
||||
private static final Logger LOGGER =
|
||||
Logger.getLogger(RedisCachingQueryProvider.class.getName());
|
||||
public static final Duration QUERY_TTL = Duration.ofHours(12);
|
||||
private static final Logger LOGGER = Logger.getLogger(RedisCachingQueryProvider.class.getName());
|
||||
private static final int LOCK_COUNT = 64;
|
||||
|
||||
private final EncryptedQueryCache cache;
|
||||
|
||||
Reference in New Issue
Block a user