-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the faucet have a background thread that splits tx outs (#2063)
* make the faucet have a background thread that splits tx outs this enables it to support multiple faucet requests concurrently * fix clippies, clean up some things, add tracking for queue depth * bug fix and logging * fix lints * fix responses * fix documentation and examples * use async routes for compat with rocket 0.5 * Make more parameters configurable * re-order worker thread checks * skip serializing empty things * add readme to cargo toml
- Loading branch information
Showing
7 changed files
with
737 additions
and
94 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.