Matched python and java persister config

Java persister was set to write to InfluxDB every 15 seconds while the Python
persister was set to write every 30 seconds.  15 seconds is a better value when
running the gate jobs.

Change-Id: I5e400d2298cb087dbdfae34458aa4ed2bb1f34b5
This commit is contained in:
Joe Keen 2015-11-17 19:07:18 -07:00
parent a86fbc4345
commit ee2443c8c5
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ topic = alarm-state-transitions
consumer_id = 1
client_id = 1
database_batch_size = 1000
max_wait_time_seconds = 30
max_wait_time_seconds = 15
# The following 3 values are set to the kakfa-python defaults
fetch_size_bytes = 4096
buffer_size = 4096
@ -38,7 +38,7 @@ topic = metrics
consumer_id = 1
client_id = 1
database_batch_size = 1000
max_wait_time_seconds = 30
max_wait_time_seconds = 15
# The following 3 values are set to the kakfa-python defaults
fetch_size_bytes = 4096
buffer_size = 4096