| Message ID | 20260213-mathieu-too-big-data-v1-2-2f2c28ebb28a@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | settings: Increase maximum upload size | expand |
diff --git a/project/settings.py b/project/settings.py index d0d8279ac40c..33d8ef9dd186 100644 --- a/project/settings.py +++ b/project/settings.py @@ -206,3 +206,5 @@ LOGIN_REDIRECT_URL = '/Errors' TEST_RUNNER = 'django.test.runner.DiscoverRunner' DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' + +DATA_UPLOAD_MAX_MEMORY_SIZE = 10485760
Raising from default 5MB to 10 MB. Fixes [YOCTO #16165] Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- project/settings.py | 2 ++ 1 file changed, 2 insertions(+)