I noticed that there is an arbitrary 1GB limit to document upload by default. I’ve tried to increase the document upload limit on the Document feature of Workspace following this thread: Changing the 100Mb file size limit? - #6 by Constantine. However, when I run the update command, no rows are affected. When I select from tenants_quota
, it returns:
mysql> select * from tenants_quota;
+--------+---------+-------------+----------------+----------------+--------------+----------+-------+-------------+---------+
| tenant | name | description | max_file_size | max_total_size | active_users | features | price | avangate_id | visible |
+--------+---------+-------------+----------------+----------------+--------------+----------+-------+-------------+---------+
| -1 | default | NULL | 10995116277760 | 10995116277760 | 10000 | update | 0.00 | NULL | 0 |
| 1 | api | NULL | 1024 | 1099511627776 | 10000 | update | 0.00 | NULL | 0 |
+--------+---------+-------------+----------------+----------------+--------------+----------+-------+-------------+---------+
2 rows in set (0.00 sec)
I also tried setting the values for -1 (as shown) which does not fix the issue. Any ideas about why this is not working, or are there any alternate ways to increase this limit?