mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:51:59 +01:00
Added sphx* variables to example.conf
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
9d24300408
commit
8b94398677
@ -197,7 +197,7 @@ update_counters_to_memcached=0
|
|||||||
; hint: if you are using a mysql replicated environment and you do _not_ want
|
; 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
|
; 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
|
; 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
|
; "long int" size, eg. 2147483647
|
||||||
memcached_to_db_interval=900
|
memcached_to_db_interval=900
|
||||||
|
|
||||||
@ -219,6 +219,14 @@ mysqldb=piler
|
|||||||
mysql_connect_timeout=2
|
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
|
; 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.
|
; set this in seconds. This can be a postive or negative value.
|
||||||
|
Loading…
Reference in New Issue
Block a user