We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bee35e1 + 585ab22 commit 2906b84Copy full SHA for 2906b84
1 file changed
disturbance/settings.py
@@ -316,3 +316,4 @@
316
317
KMI_SERVER_URL = env('KMI_SERVER_URL', 'https://kmi.dbca.wa.gov.au')
318
DEV_APP_BUILD_URL = env('DEV_APP_BUILD_URL') # URL of the Dev app.js served by webpack & express
319
+DATA_UPLOAD_MAX_MEMORY_SIZE = 1024 * 1024 * 50 # 15M
0 commit comments