BuildPatchFileConstructor.SleepTimeWhenFileSystemThrottledSeconds
BuildPatchFileConstructor.SleepTimeWhenFileSystemThrottledSeconds
#Overview
name: BuildPatchFileConstructor.SleepTimeWhenFileSystemThrottledSeconds
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The amount of time to sleep if the destination filesystem is throttled.
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/Online/BuildPatchServices/Private/BuildPatchFileConstructor.cpp:28
Scope: file
Source code excerpt:
static int32 SleepTimeWhenFileSystemThrottledSeconds = 15;
static FAutoConsoleVariableRef CVarSleepTimeWhenFileSystemThrottledSeconds(
TEXT("BuildPatchFileConstructor.SleepTimeWhenFileSystemThrottledSeconds"),
SleepTimeWhenFileSystemThrottledSeconds,
TEXT("The amount of time to sleep if the destination filesystem is throttled."),
ECVF_Default);
static bool bStallWhenFileSystemThrottled = false;
static FAutoConsoleVariableRef CVarStallWhenFileSystemThrottled(