Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix heavy assets failing to download on slow connections #6024

Merged
merged 8 commits into from
Dec 7, 2023

Commits on Dec 6, 2023

  1. Fix heavy assets failing to download on slow connections.

    - Use a pool to limit concurrent downloads to 20.
    - Avoid 3D models used in different scenes to be downloaded several times
    D8H committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    59d717a View commit details
    Browse the repository at this point in the history
  2. Fix the number of attempts.

    D8H committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    14b08b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9937986 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Some review changes

    D8H committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a4d9ac9 View commit details
    Browse the repository at this point in the history
  2. Review changes

    D8H committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    dfa9c4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bb3fc7 View commit details
    Browse the repository at this point in the history
  4. Review change.

    D8H committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ff53a1c View commit details
    Browse the repository at this point in the history
  5. Review change again.

    D8H committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7bb46d9 View commit details
    Browse the repository at this point in the history