On 10/05/2015 11:52 AM, al davis wrote:
> On Monday 05 October 2015, Gregory Avedissian wrote:
>> Is there a maximum allowed length for a single cart?
> 
> I don't remember the details .. but there is a limit to file 
> "POST" size in apache/php configuration.  If you are using a 
> standard debian system, this needs to be increased, because that 
> is the mechanism Rivendell uses to import files.
> _______________________________________________


There's no php in this installation, but I found the following quote in
the apache docs. My interpretation is that 2GB is the upper limit, even
when set to 0. I tried converting the original file to flac (800MB) and
re-importing it, but it still comes out to 441MB, with only 40 minutes of
content. No errors in the apache error log, so I don't know if this is
relevant.


"This directive specifies the number of bytes from 0 (meaning unlimited)
to 2147483647 (2GB) that are allowed in a request body.

The LimitRequestBody directive allows the user to set a limit on the
allowed size of an HTTP request message body within the context in which
the directive is given (server, per-directory, per-file or per-location).
If the client request exceeds that limit, the server will return an error
response instead of servicing the request."

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to