lfs/tq: update docs

This commit is contained in:
Taylor Blau 2016-11-18 11:21:21 -07:00
parent 5a03b05321
commit 8dcfe729b5

@ -409,9 +409,8 @@ func (q *TransferQueue) errorCollector() {
} }
// retryCollector collects objects to retry, increments the number of times that // retryCollector collects objects to retry, increments the number of times that
// they have been retried, and then enqueues them in the next batch, or legacy // they have been retried, and then enqueues them in the next batch. If the
// API channel. If the transfer queue is using a batcher, the batch will be // transfer queue is using a batcher, the batch will be flushed immediately.
// flushed immediately.
// //
// retryCollector runs in its own goroutine. // retryCollector runs in its own goroutine.
func (q *TransferQueue) retryCollector() { func (q *TransferQueue) retryCollector() {