# HG changeset patch # User Laman # Date 2018-01-22 00:49:58 # Node ID 27d07c23efb0a7ec4b75c21fb6d808c71673affb # Parent a8c19b3849ff762e697f360bb9e90fa8bc2443fb renamed config to config-example diff --git a/config.json b/config-example.json rename from config.json rename to config-example.json --- a/config.json +++ b/config-example.json @@ -1,5 +1,5 @@ { "hosts": ["127.0.0.1"], "port": 9901, - "batchSize": 256 + "batchSize": 64 }