mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
fix(validator_client): raise soft fd limit (#4796)
* fix(validator_client): raise soft fd limit * Merge branch 'unstable' of https://github.com/sigp/lighthouse into rkrasiuk/raise-vc-fdlimit * cargo lock * Merge branch 'unstable' of https://github.com/sigp/lighthouse into rkrasiuk/raise-vc-fdlimit
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -2912,6 +2912,16 @@ dependencies = [
|
||||
"bytes",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fdlimit"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ff"
|
||||
version = "0.12.1"
|
||||
@@ -8988,6 +8998,7 @@ dependencies = [
|
||||
"eth2",
|
||||
"eth2_keystore",
|
||||
"ethereum_serde_utils",
|
||||
"fdlimit",
|
||||
"filesystem",
|
||||
"futures",
|
||||
"hex",
|
||||
|
||||
Reference in New Issue
Block a user