mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 07:46:16 -05:00
[GH-ISSUE #15852] issue: #33222
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KyleMasterson on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15852
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
Docker Image
Browser (if applicable)
Chrome 138.0.7204.101 (arm64)
Confirmation
README.md.Expected Behavior
Individual file upload size is restricted ✅
Number of files uploaded is restricted ✅
Actual Behavior
Individual file upload size is restricted ✅
Number of files uploaded is restricted ❌
Steps to Reproduce
Logs & Screenshots
Additional Information
I believe
d802c718a4was intended to flush out the file count maximum restriction, which would in turn provide an mechanism for a simultaneous (albeit per-session) byte transfer limit. The underlying issue I hope to address is frequently crashes of the open-webui due to sudden and concurrent file uploads from my users - if there is another way to achieve this please provide some guidance.@silentoplayz commented on GitHub (Jul 19, 2025):
Please add a title to this issue or I will close it.
@Classic298 commented on GitHub (Jul 19, 2025):
Cannot reproduce. Check what value you have set in the admin panel.