Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #552 from alexheretic/request-timeouts
Browse files Browse the repository at this point in the history
Implement actual timeouts for requests
  • Loading branch information
nrc authored Nov 15, 2017
2 parents 05b46cc + cf9c07d commit 37f9c4d
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 124 deletions.
46 changes: 46 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
url = "1.1.0"
rayon = "0.9"
Loading

0 comments on commit 37f9c4d

Please sign in to comment.