SourceControl.Perforce.IdleConnectionDisconnectSeconds
SourceControl.Perforce.IdleConnectionDisconnectSeconds
#Overview
name: SourceControl.Perforce.IdleConnectionDisconnectSeconds
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The number of seconds a perforce connection will be kept open without activity before being automatically disconnected
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/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlProvider.cpp:34
Scope (from outer to inner):
file
namespace anonymous
Source code excerpt:
static FAutoConsoleVariableRef CVarIdleConnectionDisconnectSeconds(
TEXT("SourceControl.Perforce.IdleConnectionDisconnectSeconds"),
IdleConnectionDisconnectSeconds,
TEXT("The number of seconds a perforce connection will be kept open without activity before being automatically disconnected"),
ECVF_Default);
}
FPerforceSourceControlProvider::FPerforceSourceControlProvider()