Madan Jampani

Set number of copycat log compactor threads to 1

Change-Id: If8bc3e2ae17757d564355e4ef51d6b2f398d4bbd
......@@ -116,6 +116,7 @@ public class StoragePartitionServer implements Managed<StoragePartitionServer> {
.withStorage(Storage.builder()
// FIXME: StorageLevel should be DISK
.withStorageLevel(StorageLevel.MEMORY)
.withCompactionThreads(1)
.withDirectory(dataFolder)
.withMaxEntriesPerSegment(MAX_ENTRIES_PER_LOG_SEGMENT)
.build())
......