Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase the poll rate for BDX diagnostic log downloads. (#33741)
The default rate used by bdx::Responder is once every 500ms, which means you maybe manage to get 1kB/s of log through the network. We should allow this process to go faster. Switch to once every 50ms, to match all the other BDX transfers we have around that poll like this.
- Loading branch information