maximize fd limit

This commit is contained in:
Charles Hall
2023-07-26 13:24:44 -07:00
parent 81866170f0
commit 291290db92
3 changed files with 55 additions and 1 deletions

View File

@@ -104,6 +104,9 @@ async-trait = "0.1.68"
sd-notify = { version = "0.4.1", optional = true }
[target.'cfg(unix)'.dependencies]
nix = { version = "0.26.2", features = ["resource"] }
[features]
default = ["conduit_bin", "backend_sqlite", "backend_rocksdb", "systemd"]
#backend_sled = ["sled"]