mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-13 04:39:02 +08:00
This commit is contained in:
parent
ad8ee4e599
commit
a1c5be0e11
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ impl Core {
|
|||
let is_enterprise = enterprise.is_some();
|
||||
|
||||
#[cfg(feature = "enterprise")]
|
||||
if is_enterprise {
|
||||
if !is_enterprise {
|
||||
if data.is_enterprise_store() {
|
||||
config
|
||||
.new_build_error("storage.data", "SQL read replicas is an Enterprise feature");
|
||||
|
|
Loading…
Reference in a new issue