Skip to content

Commit

Permalink
[importer] increasing the value of DATA_UPLOAD_MAX_MEMORY_SIZE to 5MB…
Browse files Browse the repository at this point in the history
… as sometime request size > 2.5MB (default value) (#2966)
  • Loading branch information
agl29 authored Sep 19, 2022
1 parent 5b37987 commit 14801e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/core/src/desktop/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
# Examples: "http://media.lawrence.com/media/", "http://example.com/media/"
MEDIA_URL = ''

DATA_UPLOAD_MAX_MEMORY_SIZE = 5242880 # Setting this variable to 5MB as sometime request size > 2.5MB (default value)

############################################################
# Part 3: Django configuration
Expand Down

0 comments on commit 14801e7

Please sign in to comment.