From 8b9439867710035107946bdb83040ad51646a7de Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Thu, 29 Dec 2022 06:49:04 +0100 Subject: [PATCH] Added sphx* variables to example.conf Signed-off-by: Janos SUTO --- etc/example.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.