Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 57b1b6e

Browse files
committed
Increase the maximum cache object size
1 parent 8746374 commit 57b1b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/launchdarkly/client/FeatureRequestor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected CloseableHttpClient createClient() {
4343

4444
CacheConfig cacheConfig = CacheConfig.custom()
4545
.setMaxCacheEntries(1000)
46-
.setMaxObjectSize(8192)
46+
.setMaxObjectSize(131072)
4747
.setSharedCache(false)
4848
.build();
4949

0 commit comments

Comments
 (0)