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

main
AMZN-koppersr 5 years ago
parent fbdd26bbbc
commit aa2188c59a

@ -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
},

Loading…
Cancel
Save