File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ specified pooling is supported for plain Rack applications as well.
167167We do recommend to boot your runtimes up-front to avoid the cost of initializing
168168one while a request kicks in and find the pool empty, this can be easily avoided
169169by setting * jruby.min.runtimes* equal to * jruby.max.runtimes* . You might also
170- want to consider tunning the * jruby.runtime.acquire.timeout* parameter to not
170+ want to consider tuning the * jruby.runtime.acquire.timeout* parameter to not
171171wait too long when all (max) runtimes from the pool are busy.
172172
173173## JRuby-Rack Configuration
@@ -216,7 +216,7 @@ as context init parameters in web.xml or as VM-wide system properties.
216216- ` jruby.rack.logging ` : Specify the logging device to use. Defaults to
217217 ` servlet_context ` . See below.
218218- ` jruby.rack.request.size.initial.bytes ` : Initial size for request body memory
219- buffer, see also ` jruby.rack.request.size.maximum.bytes ` bellow .
219+ buffer, see also ` jruby.rack.request.size.maximum.bytes ` below .
220220- ` jruby.rack.request.size.maximum.bytes ` : The maximum size for the request in
221221 memory buffer, if the body is larger than this it gets spooled to a tempfile.
222222- ` jruby.rack.response.dechunk ` : Set to false to turn off response dechunking
You can’t perform that action at this time.
0 commit comments