diff options
author | Wolfy-J <[email protected]> | 2018-07-08 21:35:53 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 21:35:53 -0700 |
commit | 436802f6ff04ec205aefb2545f33f8ccb36e6bf2 (patch) | |
tree | 1fa996c2bd5adea3a0906a59043b29a493a0d144 | |
parent | 2f2b3137d243a75a98cf2a0a3ab32e7fb407e48d (diff) |
fixing README
-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. (60s) - allocateTimeout: 60000000000 + # for how long pool should attempt to allocate free worker (request timeout). + allocateTimeout: 60 - # amount of time given to worker to gracefully destruct itself. Nanoseconds atm. (30s) - destroyTimeout: 30000000000 + # amount of time given to worker to gracefully destruct itself. + destroyTimeout: 30 # static file serving. static: |