Commit 927f334f by Fred Smith

update maximum profile image size to fix double-upload bug

parent 086aeae7
......@@ -476,7 +476,7 @@ EDXAPP_PROFILE_IMAGE_MAX_AGE: 31536000
EDXAPP_PROFILE_IMAGE_SECRET_KEY: placeholder_secret_key
# In bytes
EDXAPP_PROFILE_IMAGE_MAX_BYTES: 1048576
EDXAPP_PROFILE_IMAGE_MAX_BYTES: 2097152
EDXAPP_PROFILE_IMAGE_MIN_BYTES: 100
#-------- Everything below this line is internal to the role ------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment