diff --git a/cookbooks/colab/templates/gunicorn.py.erb b/cookbooks/colab/templates/gunicorn.py.erb index fa3c964..512e3c5 100644 --- a/cookbooks/colab/templates/gunicorn.py.erb +++ b/cookbooks/colab/templates/gunicorn.py.erb @@ -4,3 +4,4 @@ bind = "127.0.0.1:8001" workers = <%= node['config']['colab_http_workers'] || 'multiprocessing.cpu_count() * 2 + 1' %> syslog = True proc_name = "colab" +timeout = 90 -- libgit2 0.21.2