[Groonga-commit] droonga/fluent-plugin-droonga at 2ba489b [master] Use 4 workers

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 26 17:36:20 JST 2014


Kouhei Sutou	2014-02-26 17:36:20 +0900 (Wed, 26 Feb 2014)

  New Revision: 2ba489b4383dd1c3323933e04c321948abde6f85
  https://github.com/droonga/fluent-plugin-droonga/commit/2ba489b4383dd1c3323933e04c321948abde6f85

  Message:
    Use 4 workers
    
    Because I want to use different value with n-replications and n-slices.

  Modified files:
    test/command/config/default/catalog.json

  Modified: test/command/config/default/catalog.json (+2 -2)
===================================================================
--- test/command/config/default/catalog.json    2014-02-26 17:34:58 +0900 (daa7edd)
+++ test/command/config/default/catalog.json    2014-02-26 17:36:20 +0900 (842ddfd)
@@ -3,7 +3,7 @@
   "effectiveDate": "2014-02-28T00:00:00Z",
   "datasets": {
     "Droonga": {
-      "nWorkers": 3,
+      "nWorkers": 4,
       "plugins": ["groonga", "crud", "search"],
       "replicas": [
         {
@@ -63,7 +63,7 @@
       ]
     },
     "Watch": {
-      "nWorkers": 3,
+      "nWorkers": 4,
       "plugins": ["groonga", "watch", "search", "crud"],
       "replicas": [
         {
-------------- next part --------------
HTML����������������������������...
Descargar 



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