Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: default config should have defaults that make sense #584

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: default config should have defaults that make sense
Signed-off-by: Li Zhanhui <[email protected]>
  • Loading branch information
lizhanhui committed Nov 6, 2023
commit 5242d8624bf8eb0d80932d6693e27512739a03bf
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