Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"Amazon":
{
"AzCore":
{
"Streamer":
{
// Whether to use all available hardware or restrict to known paths.
"UseAllHardware": true,
"Profiles":
{
"Generic":
{
"Stack":
[
{
"$type": "AZ::IO::StorageDriveConfig",
// The maximum number of file handles that the drive will cache.
"MaxFileHandles": 1024
}
]
}
}
}
}
}
}