[Groonga-commit] groonga/fluent-plugin-groonga at 48771e7 [use-v0.14-api-in-groonga] doc: update configuration parameter section for v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Apr 13 12:16:41 JST 2017


Kentaro Hayashi	2017-04-13 12:16:41 +0900 (Thu, 13 Apr 2017)

  New Revision: 48771e7469cba6de54217faa4b26b9592aa30d64
  https://github.com/groonga/fluent-plugin-groonga/commit/48771e7469cba6de54217faa4b26b9592aa30d64

  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-12 17:48:38 +0900 (5e3cdd6)
+++ doc/text/configuration.md    2017-04-13 12:16:41 +0900 (34749e5)
@@ -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 2 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����������������������������...
下載 



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