Skip to content

Commit

Permalink
Fix bug with ewma updates (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkor authored May 26, 2020
1 parent ab700d6 commit e02911b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (cp *BucketCopier) updateBars(count int64, size int64, timeSince time.Durat
cp.bars.count.IncrInt64(count)
if cp.bars.fileSize != nil {
cp.bars.fileSize.IncrInt64(size)
cp.bars.fileSize.DecoratorEwmaUpdate(timeSince)
}
}
}
Expand Down

0 comments on commit e02911b

Please sign in to comment.