diff options
author | Wolfy-J <[email protected]> | 2018-06-15 22:28:51 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-15 22:28:51 +0300 |
commit | b38a32804261c156695882aa7ca0162fed535b71 (patch) | |
tree | f1d778b3cabbf37e930dd0c6ce8efd22565c4f41 /README.md | |
parent | 268458c6f03ea4cd14c1ec1c66280e7114da52c1 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |