Skip to content

Commit e5df1a8

Browse files
committed
issues/1649 max_mutation_size_in_kb
1 parent 8cf621b commit e5df1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +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;
5758
configLocal.seed_provider = new ParameterizedClass("org.apache.cassandra.locator.SimpleSeedProvider",
5859
Collections.singletonMap("seeds", "127.0.0.1"));
5960
configLocal.concurrent_reads = 32;

0 commit comments

Comments
 (0)