Skip to content

Commit

Permalink
fix: default config should have defaults that make sense (#584)
Browse files Browse the repository at this point in the history
Signed-off-by: Li Zhanhui <[email protected]>
  • Loading branch information
lizhanhui committed Nov 7, 2023
1 parent b759e09 commit 4f65ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/conf/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ s3Stream:
s3ForcePathStyle: true
s3AccessKey: "kicaSWtNBPf7XCCsdW8Z"
s3SecretKey: "dgWxasHBEQBBXxAxBpFmp4VWIoQ0XyDU3gGdFnaT"
networkBaselineBandwidth: 15
networkBaselineBandwidth: 5242880
refillPeriodMs: 100
streamObjectCompactionIntervalMinutes: 1
streamObjectCompactionLivingTimeMinutes: 1
Expand All @@ -32,4 +32,4 @@ metrics:
promExporterPort: 5557
promExporterHost: "localhost"
labels: ""
exportInDelta: false
exportInDelta: false

0 comments on commit 4f65ad8

Please sign in to comment.