Skip to main content

SUBMISSION_STALL_WARN_AFTER

Constant SUBMISSION_STALL_WARN_AFTER 

Source
const SUBMISSION_STALL_WARN_AFTER: Duration;
Expand description

How long a submission may keep being re-attempted within a single client run, without the transaction being accepted or rejected, before it is reported as stalled.

Comfortably above the submission backoff’s own maximum delay, so a healthy but slow submission does not warn.