Navigation Menu

Skip to content

Commit

Permalink
doc: update configuration parameter section for v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 13, 2017
1 parent 47669f9 commit ffb3ccf
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion doc/text/configuration.md
Expand Up @@ -8,7 +8,20 @@ describes configuration parameters of them.

## The `groonga` input plugin

Here are available parameters:
`groonga` input plugin is customized in `system` directive and
`source` directive parameters.

Here is recommended parameter in `system` directive:

* `workers`: It specifies the number of workers. The point of view
in performance, the recommended value is greater than 1 to process
requests in parallel.

* recommended value: greater than 1.

* default: 1

Here are available parameters in `source` directive:

* `protocol`: It specifies protocol for receiving Groonga commands.

Expand Down Expand Up @@ -36,6 +49,10 @@ Here are available parameters:

Here is an example:

<system>
workers 2
</system>

<source>
@type groonga
protocol http
Expand Down

0 comments on commit ffb3ccf

Please sign in to comment.