ias.DistributedEndpointRetryWaitTime
ias.DistributedEndpointRetryWaitTime
#Overview
name: ias.DistributedEndpointRetryWaitTime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
How long to wait (in seconds) after failing to resolve a distributed endpoint before retrying
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Experimental/IoStoreOnDemand/Private/OnDemandIoDispatcherBackend.cpp:207
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
static int32 GDistributedEndpointRetryWaitTime = 15;
static FAutoConsoleVariableRef CVar_DistributedEndpointRetryWaitTime(
TEXT("ias.DistributedEndpointRetryWaitTime"),
GDistributedEndpointRetryWaitTime,
TEXT("How long to wait (in seconds) after failing to resolve a distributed endpoint before retrying")
);
static int32 GDistributedEndpointAttemptCount = 5;
static FAutoConsoleVariableRef CVar_DistributedEndpointAttemptCount(