summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-14 00:06:22 +0300
committerGitHub <[email protected]>2018-06-14 00:06:22 +0300
commite1a93095c349f0de3ecf02bce790d1a524287f83 (patch)
tree204b9c11adfaf319d33b8034c32edb04f95d6aba /README.md
parent0dd4ec0576539fa72f57b1f24e86d5e44a819f42 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71c1919f..01f1ddd4 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ http:
# maximum jobs per worker, 0 - unlimited.
maxJobs: 0
- # for how long worker is allowed to be bootstrapped. In nanoseconds for now :(
+ # for how long pool should attempt to allocate free worker (request timeout). In nanoseconds for now :(
allocateTimeout: 600000000
# amount of time given to worker to gracefully destruct itself. In nanoseconds for now :(
@@ -109,7 +109,7 @@ static:
# root directory for static file (http would not serve .php and .htaccess files).
dir: "public"
- # list of extensions for forbid for serving.
+ # list of extensions to forbid for serving.
forbid: [".php", ".htaccess"]
```