Remove old locks

This commit is contained in:
mdecimus
2024-12-22 10:36:05 +01:00
parent 3d8f2420a7
commit 25e7983888
4 changed files with 38 additions and 11 deletions

View File

@@ -30,13 +30,12 @@ trc = { path = "../trc" }
utils = { path = "../utils" }
tokio = { version = "1.23", features = ["full"] }
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.5.0"
[features]
default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "enterprise"]
#default = ["rocks"]
#default = ["rocks", "enterprise"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]