#2343: max_preview_size isn't active for changeset viewing
----------------------------------------+-----------------------------------
 Reporter:  Dan <[EMAIL PROTECTED]>  |        Owner:  jonas 
     Type:  defect                      |       Status:  closed
 Priority:  normal                      |    Milestone:  0.10  
Component:  changeset view              |      Version:  0.9   
 Severity:  normal                      |   Resolution:  fixed 
 Keywords:  tracdiff                    |  
----------------------------------------+-----------------------------------
Changes (by cboos):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 The configuration option
 {{{
 [changeset]
 max_diff_bytes = 20000000
 }}}
 added in r2968 can be used for that.

 Note that the above number is a limit for the sum
 of the size of all old ''and'' new files involved
 in a changeset.

 Therefore, a limit of 20Mb actually correspond
 to the possibility of showing diffs for, e.g.
 10 modified files of 1Mb each.

 Note also that when requesting a diff precisely
 on a very big file (e.g. by the use of the ''Last Change'' link),
 the size limit will ''not'' be taken into account and
 the diffs will always be computed.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2343>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to