From b38a32804261c156695882aa7ca0162fed535b71 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Fri, 15 Jun 2018 22:28:51 +0300 Subject: Update README.md --- README.md | 8 ++++---- 1 file 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: -- cgit v1.2.3