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

[3.1 -> main] fix a number of issues with http-max-bytes-in-flight-mb configuration #64

Merged
merged 3 commits into from
Aug 28, 2022

Conversation

linh2931
Copy link
Member

Resolve #48

  • allow http-max-bytes-in-flight-mb bigger than 4GB
  • make -1 indicate unlimited
  • validate value of http-max-bytes-in-flight-mb

linh2931 and others added 3 commits August 27, 2022 13:02
allow http-max-bytes-in-flight-mb bigger than 4GB; make -1 indicate unlimited;
validate value of http-max-bytes-in-flight-mb; correct http-max-bytes-in-flight-mb
description (changing 503 error response when exceeded to 429 error response when exceeded
[3.1] fix a number of issues with http-max-bytes-in-flight-mb configuration
@linh2931 linh2931 merged commit 321f2da into main Aug 28, 2022
@linh2931 linh2931 deleted the http_bytes_in_flight_fix_main branch August 28, 2022 13:15
@linh2931
Copy link
Member Author

This is merged from #63

heifner pushed a commit that referenced this pull request Apr 29, 2024
…n_test

Fix scheduled snapshot requests coming too late in snapshot_in_svnn_transition_test
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.

http-max-bytes-in-flight-mb = 4096 fails, should generate config error on nodeos startup
2 participants