File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
s3stream/src/main/java/com/automq/stream/s3 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ public class Config {
4545 private int controllerRequestRetryMaxCount = Integer .MAX_VALUE ;
4646 private long controllerRequestRetryBaseDelayMs = 500 ;
4747 private long nodeEpoch = 0L ;
48- private int streamSetObjectCompactionInterval = 10 ;
48+ private int streamSetObjectCompactionInterval = 5 ;
4949 private long streamSetObjectCompactionCacheSize = 200 * 1024 * 1024 ;
5050 private int streamSetObjectCompactionUploadConcurrency = 8 ;
51- private long streamSetObjectCompactionStreamSplitSize = 16 * 1024 * 1024 ;
51+ private long streamSetObjectCompactionStreamSplitSize = 8 * 1024 * 1024 ;
5252 private int streamSetObjectCompactionForceSplitPeriod = 120 ;
5353 private int streamSetObjectCompactionMaxObjectNum = 500 ;
54- private int maxStreamNumPerStreamSetObject = 100000 ;
54+ private int maxStreamNumPerStreamSetObject = 20000 ;
5555 private int maxStreamObjectNumPerCommit = 10000 ;
5656 private boolean mockEnable = false ;
57- // 100MB /s
58- private long networkBaselineBandwidth = 100 * 1024 * 1024 ;
57+ // 1GBps /s
58+ private long networkBaselineBandwidth = 1024 * 1024 * 1024 ;
5959 private int refillPeriodMs = 10 ;
6060 private long objectRetentionTimeInSecond = 10 * 60 ; // 10min
6161 private boolean failoverEnable = false ;
You can’t perform that action at this time.
0 commit comments