Skip to content

Commit 0db5c1c

Browse files
committed
issues/1649 max_mutation_size_in_kb
1 parent e5df1a8 commit 0db5c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strongbox-db-server/src/main/java/org/strongbox/db/server/CassandraEmbeddedProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private CassandraEmbeddedProperties(String storageFolder,
5454
configLocal.commitlog_sync = CommitLogSync.periodic;
5555
configLocal.commitlog_sync_period_in_ms = 10000;
5656
configLocal.commitlog_segment_size_in_mb = 8;
57-
configLocal.max_mutation_size_in_kb = 16348;
57+
configLocal.max_mutation_size_in_kb = 4096;
5858
configLocal.seed_provider = new ParameterizedClass("org.apache.cassandra.locator.SimpleSeedProvider",
5959
Collections.singletonMap("seeds", "127.0.0.1"));
6060
configLocal.concurrent_reads = 32;

0 commit comments

Comments
 (0)