Skip to content

Commit

Permalink
Downgrade sysinfo to avoid too many open files bug (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp authored and SkidanovAlex committed Jan 28, 2020
1 parent eb76205 commit e1a69ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chain/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ log = "0.4"
rand = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sysinfo = "0.9"
strum = { version = "0.16.0", features = ["derive"] }
sysinfo = "0.10"
cached = "0.11.0"
lazy_static = "1.4"
borsh = "0.2.10"
Expand Down

0 comments on commit e1a69ab

Please sign in to comment.