pub const MAX_LOCAL_RESOURCE_TIMEOUT: Duration;
Expand description
Longest allowable duration to wait for local resources to be available when creating a TorClient.
This value may change in future versions of Arti.
It is an error to configure
a local_resource_timeout
with a larger value than this.
(Reducing this value would count as a breaking change.)