Spam filter improvements (closes #947)

This commit is contained in:
mdecimus
2025-01-02 15:43:00 +01:00
parent 23ac87fccd
commit 3a2df77eb4
24 changed files with 813 additions and 495 deletions

View File

@@ -6,7 +6,8 @@ resolver = "2"
[features]
#default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "foundationdb"]
default = ["rocks"]
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
#default = ["rocks"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]