Files
o3de/Engine/Registry/streamer.setreg
T
2021-04-07 14:03:29 -07:00

29 lines
850 B
Plaintext

{
"Amazon":
{
"AzCore":
{
"Streamer":
{
// Whether to use all available hardware or restrict to known paths.
"UseAllHardware": true,
// Whether to report hardware information
"ReportHardware": true,
"Profiles":
{
"Generic":
{
"Stack":
[
{
"$type": "AZ::IO::StorageDriveConfig",
// The maximum number of file handles that the drive will cache.
"MaxFileHandles": 1024
}
]
}
}
}
}
}
}