Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify rpc_completed_slot_service to be non-blocking (solana-labs#24007)
* timeout for validator exits * clippy * print backtrace when panic * add backtrace package * increase time out to 30s * debug logging * make rpc complete service non blocking * reduce log level * remove logging * recv_timeout * remove backtrace * remove sleep * remove unused variable * add comments * Update core/src/validator.rs Co-authored-by: Trent Nelson <[email protected]> * Update core/src/validator.rs Co-authored-by: Trent Nelson <[email protected]> * whitespace * more whitespace * fix build Co-authored-by: Trent Nelson <[email protected]>
- Loading branch information