Commit 3dbf38eb04d4867d8da6993497e7ced5283957a8

Authored by Sergio Oliveira
1 parent f7435caf

No longer needed

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
src/colab/gunicorn.conf.py
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 -  
2 -import multiprocessing  
3 -  
4 -workers = multiprocessing.cpu_count() * 2 + 1  
5 -timeout = 300