From 827a892568bd993c18528a0ace524f73569086b1 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 12 Jun 2022 13:33:02 +0200 Subject: [PATCH] update README --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index 8caefa3..0e002bc 100644 --- a/README.org +++ b/README.org @@ -100,8 +100,7 @@ : $ docker run -p :8000 -v :/var/www/raincloud -e "cloud_name=podcloud" raincloud:latest - Similarly the environment variable =worker_timeout= can be set to increase the Gunicorn worker timeout in seconds. - It's default value is =300=. + The environment variables =num_workers= (default: =5=) and =worker_timeout= (default: =300=) can be set in the same way to set the number of Gunicorn workers and their timeout in seconds. ** Configuration