Skip to content
Snippets Groups Projects
Commit 38534157 authored by Travis Ralston's avatar Travis Ralston
Browse files

Increase default size limits to 100mb

parent 61ead75a
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ database:
# The file upload settings for the media repository
uploads:
maxBytes: 10485760 # 10MB default, 0 to disable
maxBytes: 104857600 # 100MB default, 0 to disable
# This is intended for larger deployments where media should be distributed among other
# directories, drives, servers, etc. For smaller deployments, a single entry in this list
# is recommended.
......@@ -30,7 +30,7 @@ uploads:
# The file download settings when retrieving media from other servers
downloads:
maxBytes: 10485760 # 10MB default, 0 to disable
maxBytes: 104857600 # 100MB default, 0 to disable
# URL Preview settings
urlPreviews:
......
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