[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaRocks install failing to get the manifest
- From: Hisham <h@...>
- Date: Fri, 20 Mar 2015 15:03:46 -0300
On 20 March 2015 at 14:45, Ryan Pusztai <rpusztai@gmail.com> wrote:
> I have a script that installs about 20 rocks. I am getting a warning and it
> is going VERY slow. Is there a limit to asking for the manifest? It does
> this for each rock needing to be installed.
I just downloaded the manifest-5.1.zip 20 times in a shell loop with
no problems (less than a second each time). luarocks itself keeps a
cache in between executions with a timestamp, and tries to get
last-modified via HEAD from the server before trying to GET the
manifest.
Are you sure it's not something in your end?
-- Hisham