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