Skip to content

Commit

Permalink
Merge pull request #535 from MashinaMashina/patch-1
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
ripienaar authored May 17, 2024
2 parents 0c5579f + 69a1640 commit 2e80550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/streams.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ type StreamConfig struct {
// AllowRollup allows messages to be placed into the system and purge
// all older messages using a special msg header.
RollupAllowed bool `json:"allow_rollup_hdrs" yaml:"allow_rollup_hdrs"`
// Allow higher peformance, direct access to get individual messages.
// Allow higher performance, direct access to get individual messages.
AllowDirect bool `json:"allow_direct" yaml:"allow_direct"`
// Allow higher performance and unified direct access for mirrors as well.
MirrorDirect bool `json:"mirror_direct" yaml:"mirror_direct"`
Expand Down

0 comments on commit 2e80550

Please sign in to comment.