diff --git a/etc/example.conf b/etc/example.conf index 54eb264f..37e5eb74 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -197,7 +197,7 @@ update_counters_to_memcached=0 ; hint: if you are using a mysql replicated environment and you do _not_ want ; piler to write to the replicated database (because you do sync it some other ; way to the master database or you are not interested in keeping the counters -; persistantly at all), then specify a big number here, that fits to the +; persistantly at all), then specify a big number here, that fits to the ; "long int" size, eg. 2147483647 memcached_to_db_interval=900 @@ -219,6 +219,14 @@ mysqldb=piler mysql_connect_timeout=2 +; +; manticore stuff +; +sphxhost=127.0.0.1 +sphxport=9306 +; whether to enable (1) or not (0) the rt index. If so, then piler +; writes the index data directly to manticore's sql API +rtindex=0 ; if you want to change the 'sent' time as you archive the message ; set this in seconds. This can be a postive or negative value.