<p dir="ltr"><br>
On Nov 6, 2015 02:54, "Mads Kiilerich" <<a href="mailto:mads@kiilerich.com">mads@kiilerich.com</a>> wrote:<br>
><br>
> On 10/29/2015 04:06 PM, Louis-David A. Coulombe wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> I have an issue creating a mirror repository of an external repository. The remote repository is huge and I think Kallithea times out (as I saw in the log files) before the clone is finished.<br>
><br>
><br>
> Is it timing out while transmitting data? Or is it sitting idle (high cpu load) and hasn't really sent any data?<br>
><br>
><br>
>><br>
>> Do you have any idea how I can increase the timeout or a workaround this issue?<br>
><br>
><br>
> Kallithea itself doesn't have any timeouts. It must be a setting in the web server or some network component.</p>
<p dir="ltr">I think I have seen such timeouts too, but IIRC they are timeouts on the web page after the request, are you sure the clone is not continuing in the background?</p>
<p dir="ltr">Also, using celery will cause the cloning to happen asynchronously with the web request and is more graceful here.</p>
<p dir="ltr">/Thomas</p>