diff options
-rw-r--r-- | genenetwork-development.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index c7c1a01..a15cdd2 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -520,6 +520,7 @@ server described by CONFIG, a <genenetwork-configuration> object." (show-head-commit) (invoke #$(file-append gunicorn "/bin/gunicorn") "-b" #$(string-append "localhost:" (number->string gn3-port)) + "--workers" "8" "gn3.app:create_app()" ;; gunicorn's default 30 second timeout is ;; insufficient for Fahamu AI endpoints and |