summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-15 22:28:51 +0300
committerGitHub <[email protected]>2018-06-15 22:28:51 +0300
commitb38a32804261c156695882aa7ca0162fed535b71 (patch)
treef1d778b3cabbf37e930dd0c6ce8efd22565c4f41 /README.md
parent268458c6f03ea4cd14c1ec1c66280e7114da52c1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5c13ed54..76aeab0c 100644
--- a/README.md
+++ b/README.md
@@ -95,11 +95,11 @@ http:
# maximum jobs per worker, 0 - unlimited.
maxJobs: 0
- # for how long pool should attempt to allocate free worker (request timeout). Nanoseconds atm.
- allocateTimeout: 1000000000
+ # for how long pool should attempt to allocate free worker (request timeout). Nanoseconds atm. (60s)
+ allocateTimeout: 60000000000
- # amount of time given to worker to gracefully destruct itself. Nanoseconds atm.
- destroyTimeout: 1000000000
+ # amount of time given to worker to gracefully destruct itself. Nanoseconds atm. (30s)
+ destroyTimeout: 30000000000
# static file serving.
static: