-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: throttle ar_nonce_limiter_client:maybe_request_sessions
During block validation ar_nonce_limiter can trigger 2 full session queries via ar_nonce_limiter_client:maybe_request_sessions/1. A full session query is slow whic can cause a cascading backlog of requests. To avoid this, we'll throttle the full session queries more severely than other VDF queries.
- Loading branch information
1 parent
bb4d23d
commit 4bee955
Showing
1 changed file
with
28 additions
and
16 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