remove extra comma

This commit is contained in:
jway 2015-04-04 15:42:30 -07:00
parent 911b527b55
commit 9381cccf60
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module Hermann
DEFAULTS_HERMANN_OPTS = {
'zookeeper.session.timeout.ms' => '400',
'zookeeper.sync.time.ms' => '200',
'auto.commit.interval.ms' => '1000',
'auto.commit.interval.ms' => '1000'
}.freeze
DEFAULT_CONSUMER_OPTIONS = {