Fix overrides for array in editor setreg. Remove the test overrides.
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user