Enabled file sharing when AZ::IO::Streamer in tests and when the game is run in DevMode.

This commit is contained in:
AMZN-koppersr
2021-04-29 09:18:22 -07:00
parent fbdd26bbbc
commit aa2188c59a
2 changed files with 2 additions and 2 deletions
@@ -73,7 +73,7 @@
"MaxFileHandles": 1024,
"MaxMetaDataCache": 1024,
"Overcommit": 8,
"EnableFileSharing": false,
"EnableFileSharing": true,
"EnableUnbufferedReads": false
},
{
@@ -21,7 +21,7 @@
"MaxFileHandles": 1024,
"MaxMetaDataCache": 1024,
"Overcommit": 8,
"EnableFileSharing": false,
"EnableFileSharing": true,
"EnableUnbufferedReads": true,
"MinimalReporting": true
},