-
Notifications
You must be signed in to change notification settings - Fork 546
Closed
Labels
backendbugSomething isn't workingSomething isn't workingjavascriptPull requests that update Javascript codePull requests that update Javascript codetriage
Description
Bug Report
When import are too heavy we get errors, it comes from here:
| limit: '500kb', |
We need to expose this settings to the y-provider server:
docs/src/backend/impress/settings.py
Lines 738 to 742 in 010ed46
| CONVERSION_FILE_MAX_SIZE = values.IntegerValue( | |
| 20 * MB, # 10MB | |
| environ_name="CONVERSION_FILE_MAX_SIZE", | |
| environ_prefix=None, | |
| ) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendbugSomething isn't workingSomething isn't workingjavascriptPull requests that update Javascript codePull requests that update Javascript codetriage
Type
Projects
Status
Done