Be careful you also update the limits on the http server as well. Things
like LimitRequestBody in apache and the like can be a gotcha.
Cheers,
Ciaran
Chris Nelson wrote:
> Doug Douglass wrote:
>
>> http://trac.edgewall.org/wiki/TracIni#attachment-section
>>
>
> Thanks. What's the downs
Typically the latter.
--ag
On Fri, Nov 14, 2008 at 9:25 AM, Chris Nelson <[EMAIL PROTECTED]> wrote:
>
> Doug Douglass wrote:
> > http://trac.edgewall.org/wiki/TracIni#attachment-section
>
> Thanks. What's the downside of setting that to, say, 5M? Does it go in
> a blob in the db or is it stored
You just have to change the value in the configration file for the given
trac instance (or the global one, if you're so inclined...but that depends
on the version you're running).
--ag
On Fri, Nov 14, 2008 at 9:17 AM, Chris Nelson <[EMAIL PROTECTED]> wrote:
>
> I just created a ticket which shoul
AFAIK, attachments are stored in the trac env filesystem under the
attachments directory. So, only downsides I can think of are disk space
(cheap) and bandwidth when downloading/displaying the attachment.
On Fri, Nov 14, 2008 at 8:25 AM, Chris Nelson <[EMAIL PROTECTED]> wrote:
>
> Doug Douglass
I believe that you can configure MAXSIZE in your trac.ini conf
Best Regards,
Joe
Joseph H. Dayney | Software Engineer | RR Donnelley
630W 1000N | Logan, UT 84321 | (: 435-755-4278 | 801-453-5015 |È:
4
Doug Douglass wrote:
> http://trac.edgewall.org/wiki/TracIni#attachment-section
Thanks. What's the downside of setting that to, say, 5M? Does it go in
a blob in the db or is it stored as a stand-alone file?
> On Fri, Nov 14, 2008 at 8:17 AM, Chris Nelson <[EMAIL PROTECTED]>
> wrote:
>
>
http://trac.edgewall.org/wiki/TracIni#attachment-section
On Fri, Nov 14, 2008 at 8:17 AM, Chris Nelson <[EMAIL PROTECTED]> wrote:
>
> I just created a ticket which should have had a 4Mb attachment but trac
> limits the size of attachments to much less. Is there some nice work around
> for puttin