Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/templates/trac.ini.erb

Issue 5698882323349504: Issues #745, #750 Raised max attachment and preview size to 15MB for the issue tracker. (Closed)
Patch Set: Also increased client_max_body_size in nginx configuration. Created July 3, 2014, 3:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/trac/files/site.conf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/templates/trac.ini.erb
===================================================================
--- a/modules/trac/templates/trac.ini.erb
+++ b/modules/trac/templates/trac.ini.erb
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[attachment]
-max_size = 10262144
+max_size = 15728640
max_zip_size = 12097152
render_unsafe_content = false
@@ -44,7 +44,7 @@
stats_provider = DefaultTicketGroupStatsProvider
[mimeviewer]
-max_preview_size = 262144
+max_preview_size = 15728640
mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb
mime_map_patterns = text/plain:README|INSTALL|COPYING.*
tab_width = 8
« no previous file with comments | « modules/trac/files/site.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld