Roundup Tracker - Issues

Message5571

Author schlatterbeck
Recipients ThomasAH, rouilj, schlatterbeck
Date 2016-05-31.11:27:54
Message-id <20160531112748.GA28400@runtux.com>
In-reply-to <1464560994.0.0.411653443213.issue2550908@psf.upfronthosting.co.za>
On Sun, May 29, 2016 at 10:29:54PM +0000, John Rouillard wrote:
> 
> The default value for max_attachment_size is set in
> roundup/configuration.py. It is set to:
> 
> 
>            (IntegerNumberOption, "max_attachment_size", sys.maxint,
> 
> sys.maxint is 2147483647 in 32 bit python ~ 2G. Large but not bad.
> However on a 64 bit python we get: 9223372036854775807L
> 
> I suggest setting it to the 32 bit maxint (2^31 -1).

Maxint means "unlimited".
So the default is no limit on attachment size.
I wouldn't change this in the defaults.

Ralf
History
Date User Action Args
2016-05-31 11:27:55schlatterbecksetrecipients: + schlatterbeck, rouilj, ThomasAH
2016-05-31 11:27:55schlatterbecklinkissue2550908 messages
2016-05-31 11:27:54schlatterbeckcreate