diff --git a/pkg/server/db_options.go b/pkg/server/db_options.go index eb0dd75c45..7771b97e78 100644 --- a/pkg/server/db_options.go +++ b/pkg/server/db_options.go @@ -683,7 +683,7 @@ func (opts *dbOptions) Validate() error { if !opts.SyncReplication && opts.SyncAcks > 0 { return fmt.Errorf( - "%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", ErrIllegalArguments, opts.Database) } }