mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-24 06:19:46 +00:00
Mark SQL store as active if used as a telemetry store
Some checks are pending
trivy / Check (push) Waiting to run
Some checks are pending
trivy / Check (push) Waiting to run
This commit is contained in:
parent
afef1552b8
commit
9742149ce8
1 changed files with 2 additions and 0 deletions
|
@ -379,6 +379,8 @@ impl IsActiveStore for Config {
|
|||
"storage.blob",
|
||||
"storage.lookup",
|
||||
"storage.fts",
|
||||
"tracing.history.store",
|
||||
"metrics.history.store",
|
||||
] {
|
||||
if let Some(store_id) = self.value(key) {
|
||||
if store_id == id {
|
||||
|
|
Loading…
Reference in a new issue