s.IoDispatcherRequestLatencyCircuitBreakerMS
s.IoDispatcherRequestLatencyCircuitBreakerMS
#Overview
name: s.IoDispatcherRequestLatencyCircuitBreakerMS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If s.IoDispatcherSortRequestsByOffset is enabled and this is >0, if the oldest request has been in the queue for this long, read it instead of the most optimal read
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/PakFile/Private/IoDispatcherFileBackend.cpp:85
Scope: file
Source code excerpt:
int32 GIoDispatcherRequestLatencyCircuitBreakerMS = 0;
static FAutoConsoleVariableRef CVar_IoDispatcherRequestLatencyCircuitBreakerMS(
TEXT("s.IoDispatcherRequestLatencyCircuitBreakerMS"),
GIoDispatcherRequestLatencyCircuitBreakerMS,
TEXT("If s.IoDispatcherSortRequestsByOffset is enabled and this is >0, if the oldest request has been in the queue for this long, read it instead of the most optimal read")
);
int32 GIoDispatcherTocsEnablePerfectHashing = 1;
static FAutoConsoleVariableRef CVar_IoDispatcherTocsEnablePerfectHashing(