forked from facebook/wdt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding rate limiters for zippy read/write calls
Summary: Adding rate limiters for zippy read/write calls. Reusing wdt throttler and adding a wrapper around it. Wdt throttler is thread safe and fair (threads working at similar speed gets same amount of slots). Throttler speeds can be changed dynamically through configerator. Differential Revision: D5582254 fbshipit-source-id: 66df2a226ac22ca40a2974bcb46f231dc537aa32
- Loading branch information
1 parent
82dd567
commit 87b03e2
Showing
9 changed files
with
191 additions
and
145 deletions.
There are no files selected for viewing
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.