Skip to content

Commit 2906b84

Browse files
authored
Merge pull request #598 from preranaandure/master
Increase DATA_UPLOAD_MAX_MEMORY_SIZE to allow large SQS request
2 parents bee35e1 + 585ab22 commit 2906b84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

disturbance/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,4 @@
316316

317317
KMI_SERVER_URL = env('KMI_SERVER_URL', 'https://kmi.dbca.wa.gov.au')
318318
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

Comments
 (0)