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

Bypass nginx proxy buffering when uploading roms #1201

Merged
merged 3 commits into from
Sep 21, 2024

Conversation

gantoine
Copy link
Member

The core changes are in the nginx config, where we increase the timeout for any calls to the api to 600 seconds (10 minutes), and tell nginx not to buffer requests. This should allow for direct upload streaming, which I've confirmed by testing on my server.

@gantoine gantoine requested a review from adamantike September 21, 2024 15:56
Copy link

Test Results

81 tests  ±0   81 ✅ ±0   24s ⏱️ +3s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit e20465f. ± Comparison against base commit fc6455e.

@gantoine gantoine merged commit bca5520 into master Sep 21, 2024
9 checks passed
@gantoine gantoine deleted the rom-upload-proxy-buffering branch September 21, 2024 16:22
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.

3 participants