lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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