You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a T04 errors, the plugin sends the latest claim to the peer. Often, this requires verifying the signature, which if many T04s are triggered, can overwhelm the plugin/connector.
Alternatively, only allow a single validate claim task in the queue, and if a new one is enqueued, drop any others without running them.
The text was updated successfully, but these errors were encountered:
Also, one simple heuristic to use that could improve performance: if the signature in the new claim is the same as the existing claim, don't do anything!
On a T04 errors, the plugin sends the latest claim to the peer. Often, this requires verifying the signature, which if many T04s are triggered, can overwhelm the plugin/connector.
Alternatively, only allow a single validate claim task in the queue, and if a new one is enqueued, drop any others without running them.
The text was updated successfully, but these errors were encountered: