forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make transaction status service multi-threaded. (#4032)
* Make TSS multi-threaded. * Switch to global rayon thread pool. * Change recv_timeout to try_recv with a sleep, and up sleep time to 50 msec if TSS receiver is empty. * Keep track of in-flight work and quiesce it before exiting the service.
- Loading branch information
Showing
1 changed file
with
44 additions
and
22 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