Skip to content
Snippets Groups Projects
Commit 9368369a authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch 'size-incr' into 'master'

Increase size of image proxying by 5 mb

See merge request !3
parents 6928c4ea 4aa8f02e
No related branches found
No related tags found
1 merge request!3Increase size of image proxying by 5 mb
......@@ -28,7 +28,7 @@ log_level = 'debug'
log_output = 'stdout'
# max image size to allow uploading and proxying, in bytes
max_image_size = 10000000 # 10mb
max_image_size = 15000000 # 15mb
# redis db used for ratelimiting uploads
# redis_url = 'redis://localhost'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment