lholecek / greenwave

Forked from greenwave 6 years ago
Clone

eb2511c run gunicorn with 8 workers

Authored and Committed by Dan Callaghan 6 years ago
    run gunicorn with 8 workers
    
    The number is basically arbitrary. But it's higher than 1, so that
    a long-running request doesn't hold up the entire app.
    
    Fixes #116 (or makes it less likely to occur anyway).
    
        
file modified
+1 -1
file modified
+3 -1