ias.HttpPipelineLength
ias.HttpPipelineLength
#Overview
name: ias.HttpPipelineLength
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Number of concurrent requests on one connection
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:114
Scope (from outer to inner):
file
namespace UE::IO::IAS
Source code excerpt:
static int32 GIasHttpPipelineLength = 2;
static FAutoConsoleVariableRef CVar_GIasHttpPipelineLength(
TEXT("ias.HttpPipelineLength"),
GIasHttpPipelineLength,
TEXT("Number of concurrent requests on one connection")
);
/**
*This is only applied when the connection was made to a single ServiceUrl rather than a DistributedUrl.