corrected description of pipeline.batch.delay from seconds to ms

Fixes #5738
This commit is contained in:
DeDe Morton 2016-08-08 10:20:24 -07:00
parent d5f1a24788
commit 5b22797b0b

View file

@ -45,7 +45,7 @@
# pipeline.batch.size: 125
#
# How long to wait before dispatching an undersized batch to filters+workers
# Value is in seconds.
# Value is in milliseconds.
#
# pipeline.batch.delay: 5
#