bootstrap_overrides.setreg 460 B

12345678910111213141516
  1. {
  2. "Amazon": {
  3. "AzCore": {
  4. "Bootstrap": {
  5. "assets": "mac",
  6. "connect_to_remote": 1,
  7. "wait_for_connect": 1,
  8. // The first time an application is launched on MacOS, each
  9. // dynamic library is inspected by the OS before being loaded.
  10. // This can take a while on some Macs.
  11. "launch_ap_timeout": 300
  12. }
  13. }
  14. }
  15. }