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

Total max file size of an instance #169

Open
extremelyonline opened this issue Jul 26, 2023 · 2 comments
Open

Total max file size of an instance #169

extremelyonline opened this issue Jul 26, 2023 · 2 comments

Comments

@extremelyonline
Copy link

Hello, may I ask if it is possible to add a TOTAL_MAX_FILE_SIZE for a server hosting the instance?

When the server is out of capacity, a message can be shown.

@xbdmHQ
Copy link

xbdmHQ commented Jul 26, 2023

Hello, may I ask if it is possible to add a TOTAL_MAX_FILE_SIZE for a server hosting the instance?

When the server is out of capacity, a message can be shown.

This might be what your looking for

      - MAX_FILE_SIZE=10747904000

@timvisee
Copy link
Owner

I think the user is referring to a maximum size for all uploads combined.

To answer that, no, there currently is no such limit.

Instead you may limit the size/capacity of the mounted volume when running through Docker. It would give a similar effect, though not with a nice 'out of capacity' message.

Normally Send is run with a S3 store to hold uploads. That is generally considered to have infinite capacity.

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

No branches or pull requests

3 participants