maximize fd limit
This commit is contained in:
parent
81866170f0
commit
291290db92
3 changed files with 55 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue