@@ -130,7 +130,7 @@ func setDestination() error {
}
func startWorkers(ctx context.Context, wg *sync.WaitGroup, fileCh chan string, writeCh chan fileproc.WriteRequest) {
for range concurrency {
for i := 0; i < concurrency; i++ {
wg.Add(1)
go func() {
defer wg.Done()
The note is not visible to the blocked user.