Try to increase limits on start

This commit is contained in:
Igor Katson 2023-12-17 13:01:59 +00:00
parent a60738ff89
commit fc28e18ffd
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 26 additions and 1 deletions

10
Cargo.lock generated
View file

@ -1282,6 +1282,7 @@ dependencies = [
"rand",
"regex",
"reqwest",
"rlimit",
"serde",
"serde_json",
"serde_urlencoded",
@ -2013,6 +2014,15 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "rlimit"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8"
dependencies = [
"libc",
]
[[package]]
name = "rqbit"
version = "5.3.0"