1234567891011121314151617181920212223242526272829 |
- {
- "Amazon":
- {
- "AzCore":
- {
- "Streamer":
- {
- "Profiles":
- {
- "Generic":
- {
- "Stack":
- {
- "Remote drive":
- {
- "$type": "AzFramework::RemoteStorageDriveConfig",
- "$stack_after": "Drive",
- // The maximum number of file handles that the drive will cache.
- // The Streamer will not close handles until it has at least this many handles open
- "MaxFileHandles": 128
- }
- }
- }
- }
- }
- }
- }
- }
|