Dmitry Kologrivov
Dmitry Kologrivov
Also not working
Hi. I have the same bug only for big repositories. Do you have any solutions for fixing it?
> I've tested downloading a Linux kernel and works fine with `https` but fails using `ssh`. It may be a problem of the transport that expects the connection open after...
clusterConfig.Consumer.Offsets.CommitInterval is deprecated You need to use next one for fixing problem `cfg.Consumer.Offsets.AutoCommit.Enable = true` `cfg.Consumer.Offsets.AutoCommit.Interval = time.Second`
> @d1egoaz > > ```go > config.Consumer.Offsets.AutoCommit.Interval = 1 * time.Second > ``` > > Hello, I try it, but it doesn't work. > > ```go > clusterConfig.Consumer.Offsets.CommitInterval = time.Second...
Also need fix string `progressChan := progress.NewTicker(ctx, r, size, 1*time.Second)` Must be `progressChan := progress.NewTicker(ctx, r, int64(size), 1*time.Second)`