Skip to content

Commit

Permalink
fix: change AllExistingStreams default value
Browse files Browse the repository at this point in the history
  • Loading branch information
kianaza committed Jul 12, 2024
1 parent ef0ec11 commit f18c8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func Default() Config {
Level: "debug",
},
NATS: natsclient.Config{
AllExistingStreams: true,
AllExistingStreams: false,
NewStreamAllow: true,

Check warning on line 20 in internal/config/default.go

View check run for this annotation

Codecov / codecov/patch

internal/config/default.go#L19-L20

Added lines #L19 - L20 were not covered by tests
Streams: []natsclient.Stream{{
Name: "test",
Expand Down

0 comments on commit f18c8e9

Please sign in to comment.