PrevUpHomeNext

ValidationParms::validationSET_EXPIRES

Duration a set of validations for a given ledger hash remain valid.

Synopsis
std::chrono::seconds validationSET_EXPIRES = std::chrono::minutes{10};
Description

The number of seconds before a set of validations for a given ledger hash can expire. This keeps validations for recent ledgers available for a reasonable interval.


PrevUpHomeNext