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 authored Nov 6, 2023
1 parent e5ed6a9 commit 30d0e3e
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: "access-key"
s3SecretKey: "secret-key"
networkBaselineBandwidth: 15
networkBaselineBandwidth: 5242880
refillPeriodMs: 100
db:
url: "jdbc:mysql://mysql-server:3306/metadata"
Expand All @@ -28,4 +28,4 @@ metrics:
promExporterPort: 5557
promExporterHost: "localhost"
labels: ""
exportInDelta: false
exportInDelta: false

0 comments on commit 30d0e3e

Please sign in to comment.