[Groonga-commit] groonga/fluent-plugin-groonga at 44cb772 [master] doc: update configuration parameter section for v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Apr 24 18:57:40 JST 2017


Kentaro Hayashi	2017-04-24 18:57:40 +0900 (Mon, 24 Apr 2017)

  New Revision: 44cb772029cd0806e295b4ac06c0e21f09becb93
  https://github.com/groonga/fluent-plugin-groonga/commit/44cb772029cd0806e295b4ac06c0e21f09becb93

  Merged 6e47d34: Merge pull request #18 from kenhys/update-v0.14-document

  Message:
    doc: update configuration parameter section for v0.14

  Modified files:
    doc/text/configuration.md

  Modified: doc/text/configuration.md (+18 -1)
===================================================================
--- doc/text/configuration.md    2017-04-24 17:44:25 +0900 (5e3cdd6)
+++ doc/text/configuration.md    2017-04-24 18:57:40 +0900 (b989a51)
@@ -8,7 +8,20 @@ describes configuration parameters of them.
 
 ## The `groonga` input plugin
 
-Here are available parameters:
+The behavior of `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.
 
@@ -36,6 +49,10 @@ Here are available parameters:
 
 Here is an example:
 
+    <system>
+      workers 2
+    </system>
+
     <source>
       @type groonga
       protocol http
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index