streamer.editor.setreg 854 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "Amazon":
  3. {
  4. "AzCore":
  5. {
  6. "Streamer":
  7. {
  8. "Profiles":
  9. {
  10. "Generic":
  11. {
  12. "Stack":
  13. {
  14. "Remote drive":
  15. {
  16. "$type": "AzFramework::RemoteStorageDriveConfig",
  17. "$stack_after": "Drive",
  18. // The maximum number of file handles that the drive will cache.
  19. // The Streamer will not close handles until it has at least this many handles open
  20. "MaxFileHandles": 128
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }