We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6395280 commit 50056daCopy full SHA for 50056da
pkg/server/db_options.go
@@ -683,7 +683,7 @@ func (opts *dbOptions) Validate() error {
683
684
if !opts.SyncReplication && opts.SyncAcks > 0 {
685
return fmt.Errorf(
686
- "%w: invalid replication options for master database '%s'. Sync acks is not expected",
+ "%w: invalid replication options for master database '%s'. SyncAcks should be set to 0",
687
ErrIllegalArguments, opts.Database)
688
}
689
0 commit comments