Fix overrides for array in editor setreg. Remove the test overrides.

This commit is contained in:
amzn-sj
2021-06-04 16:09:37 -07:00
parent 758f62a553
commit 6ee58b7b64
2 changed files with 5 additions and 24 deletions
@@ -18,6 +18,11 @@
// can have open is set to 256. So we need to set this to a lower value than on PC.
// This limit is set by "launchctl limit maxfiles"
"MaxFileHandles": 65
},
{
"$type": "AzFramework::RemoteStorageDriveConfig",
// The maximum number of file handles that the drive will cache.
"MaxFileHandles": 1024
}
]
}
@@ -1,24 +0,0 @@
{
"Amazon":
{
"AzCore":
{
"Streamer":
{
"Profiles":
{
"Generic":
{
"Stack":
[
{
"$type": "AZ::IO::StorageDriveConfig",
"MaxFileHandles": 65
}
]
}
}
}
}
}
}