The number of seconds a validation remains current after its ledger's close time.
std::chrono::seconds validationCURRENT_WALL = std::chrono::minutes{5};
This is a safety to protect against very old validations and the time it takes to adjust the close time accuracy window.