[#PrivateBroadcast-STALE_DURATION] = xref:PrivateBroadcast.adoc[PrivateBroadcast]::STALE_DURATION :relfileprefix: ../ :mrdocs: If a transaction is not received back from the network for this duration after it is broadcast, then we consider it stale / for rebroadcasting. == Synopsis Declared in `<private_broadcast.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static auto STALE_DURATION = {1min}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#