ias.HttpFailTimeOutMs
ias.HttpFailTimeOutMs
#Overview
name: ias.HttpFailTimeOutMs
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Fail infinite network waits that take longer than this (in ms, 0=disabled)
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/OnDemandHttpClient.cpp:13
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
static int32 GIasHttpFailTimeOutMs = 4 * 1000;
static FAutoConsoleVariableRef CVar_IasHttpFailTimeOutMs(
TEXT("ias.HttpFailTimeOutMs"),
GIasHttpFailTimeOutMs,
TEXT("Fail infinite network waits that take longer than this (in ms, 0=disabled)")
);
static void LogHttpResult(const TCHAR* Host, const TCHAR* Url, uint32 StatusCode, uint64 DurationMs, uint64 Size, uint64 Offset, const char* Memo = "ok")
{