[#Consensus-BIP9Deployment-NO_TIMEOUT] = xref:Consensus.adoc[Consensus]::xref:Consensus/BIP9Deployment.adoc[BIP9Deployment]::NO_TIMEOUT :relfileprefix: ../../ :mrdocs: Constant for nTimeout very far in the future. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static int64_t NO_TIMEOUT = std::numeric_limits<int64_t>::max(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#