Commit 51d1e8ab8516c4d2f3c6a2de63874c12ec033a74

Authored by Gust
1 parent 90bed9cd

Fixing support for ipv6(removed eventlet)

-eventlet issue prevents diazo links from showing(ipv6 issue)
(https://github.com/eventlet/eventlet/issues/8)
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/colab/gunicorn.conf.py
@@ -3,4 +3,3 @@ import multiprocessing @@ -3,4 +3,3 @@ import multiprocessing
3 3
4 workers = multiprocessing.cpu_count() * 2 + 1 4 workers = multiprocessing.cpu_count() * 2 + 1
5 timeout = 300 5 timeout = 300
6 -worker_class = 'eventlet'