Skip to content
Snippets Groups Projects
Commit b9f77d1a authored by Mark Haines's avatar Mark Haines
Browse files

Increase default maximum attachment size to 10M

parent 5e23a192
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class ContentRepositoryConfig(Config):
super(ContentRepositoryConfig, cls).add_arguments(parser)
db_group = parser.add_argument_group("content_repository")
db_group.add_argument(
"--max-upload-size", default="1M"
"--max-upload-size", default="10M"
)
db_group.add_argument(
"--media-store-path", default=cls.default_path("media_store")
......
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