Default File Size Cap #204
truthsword
started this conversation in
General
Replies: 2 comments 3 replies
-
|
For me the config.json file contained a cap and it was set to 102400(MB) so 100gb. I limited mine to 300mb and noticed when dragging a file that exceeds the limit, it will not display any error, just shows 0% progress. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I'm uploading to B2 (S3) and so far I am OK uploading 10 MB files. But when I try a 10 GB file, the file appears to start loading (green bar quickly advances to the rightmost end, but then stays with no actual upload to B2 (confirmed by router traffic.
I have just a basic docker container:
Is there a default file size cap for upload? I can manually upload to B2, so this isn't seemingly a B2 constraint.
I noticed an environmental varaible to set a cap, so I'm wondering if there is some built-in cap when no environmental entry is in the docker compose. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions