s.StorageServerIoDispatcherBatchSize
s.StorageServerIoDispatcherBatchSize
#Overview
name: s.StorageServerIoDispatcherBatchSize
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
StorageServer IoDispatcher batch size.
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/StorageServerClient/Private/StorageServerIoDispatcherBackend.cpp:17
Scope: file
Source code excerpt:
int32 GStorageServerIoDispatcherBatchSize = 16;
static FAutoConsoleVariableRef CVar_StorageServerIoDispatcherBatchSize(
TEXT("s.StorageServerIoDispatcherBatchSize"),
GStorageServerIoDispatcherBatchSize,
TEXT("StorageServer IoDispatcher batch size.")
);
FStorageServerIoDispatcherBackend::FStorageServerIoDispatcherBackend(FStorageServerConnection& InConnection)
: Connection(InConnection)