Open b3nd1k opened 11 months ago
I have this question too, as profile pictures can get quite large.
This is not an issue. This is a question you ask in Discussions.
I don't think there is a way to do this via the web UI yet, however if you're self hosting you can update an existing account's limits via SQL directly: UPDATE accounts SET storage_limit_in_mb = ... WHERE id = ...
How you get to the point where you can run a query against the database will depend on your specific setup.
I'm self hosting Chandler on my own hardware using Docker. How do I increase the max storage from 50MB to unlimited storage?