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

Increase default RequestsScheduler.maximumRequestsPerServer #11673

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

jjspace
Copy link
Contributor

@jjspace jjspace commented Dec 5, 2023

Increase the default requests per server and remove the default known "per server" overrides. This is to help improve performance with HTTP/2 and above servers.

Fixes #11627

@jjspace jjspace requested a review from ggetz December 5, 2023 16:20
CHANGES.md Outdated Show resolved Hide resolved
@ggetz
Copy link
Contributor

ggetz commented Dec 5, 2023

Fantastic, thanks @jjspace!

Please also add you name to CONTRIBUTORS.md under the Cesium organization. You should only need to do this once and it will cover all future PRs.

@jjspace
Copy link
Contributor Author

jjspace commented Dec 5, 2023

Thanks @ggetz, updated

@ggetz
Copy link
Contributor

ggetz commented Dec 5, 2023

Looks good. Thanks @jjspace!

@ggetz ggetz merged commit e8a4ee1 into main Dec 5, 2023
5 checks passed
@ggetz ggetz deleted the update-requestscheduler-limit branch December 5, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase Request Scheduler limits to better support HTTP/2 and above by default
2 participants