CODECS cache size increased

pull/6329/head
Nikita Koksharov 2 months ago
parent 01919c7bbc
commit fc6c2d7406

@ -742,7 +742,7 @@ public class RedisExecutor<V, R> {
return connectionFuture;
}
private static final Map<ClassLoader, Map<Codec, Codec>> CODECS = new LRUCacheMap<>(25, 0, 0);
private static final Map<ClassLoader, Map<Codec, Codec>> CODECS = new LRUCacheMap<>(100, 0, 0);
protected final Codec getCodec(Codec codec) {
if (codec == null) {

Loading…
Cancel
Save