From 3dbf38eb04d4867d8da6993497e7ced5283957a8 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 30 Sep 2014 11:29:42 -0300 Subject: [PATCH] No longer needed --- src/colab/gunicorn.conf.py | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) delete mode 100644 src/colab/gunicorn.conf.py diff --git a/src/colab/gunicorn.conf.py b/src/colab/gunicorn.conf.py deleted file mode 100644 index c6ee7bb..0000000 --- a/src/colab/gunicorn.conf.py +++ /dev/null @@ -1,5 +0,0 @@ - -import multiprocessing - -workers = multiprocessing.cpu_count() * 2 + 1 -timeout = 300 -- libgit2 0.21.2