[#node-DEFAULT_MAX_ORPHANAGE_LATENCY_SCORE] = xref:node.adoc[node]::DEFAULT_MAX_ORPHANAGE_LATENCY_SCORE :relfileprefix: ../ :mrdocs: Default value for TxOrphanage::m_max_global_latency_score. Helps limit the maximum latency for operations like EraseForBlock and LimitOrphans. == Synopsis Declared in `<node/txorphanage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int DEFAULT_MAX_ORPHANAGE_LATENCY_SCORE = {3000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#