Hello Derick,

  good point, I Dropped the number in gthe comment

marcus

Friday, March 21, 2008, 6:16:29 PM, you wrote:

> On Fri, 21 Mar 2008, Marcus Boerger wrote:

>>       /* For now, we impose an arbitrary 2MB limit to avoid
>>        * runaway swapping when large files are passed thru. */
>> -     if (length > 2 * 1024 * 1024) {
>> +     if (length > 8 * 1024 * 1024) {

> Fix the comment too please? :)

> Derick

> -- 
> Derick Rethans
> http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org




Best regards,
 Marcus


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to