feat: raise fd limit of the binary (#668)

* raise fd limit of the binary

* Remove tracing and return error

* Ignore errors
This commit is contained in:
Sanket Shanbhag
2023-01-01 17:19:00 +05:30
committed by GitHub
parent 1f6a9436ac
commit 20847845e2
3 changed files with 16 additions and 0 deletions

View File

@ -28,6 +28,7 @@ tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# io
fdlimit = "0.2.1"
walkdir = "2.3"
serde = "1.0"
serde_json = "1.0"