Skip to content

Commit 3706344

Browse files
committed
modify goroutine wait time
1 parent d5e1195 commit 3706344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/s3/transfermanager/concurrent_reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (r *concurrentReader) Read(p []byte) (int, error) {
9090
}
9191

9292
if r.index == r.getCapacity() {
93-
time.Sleep(time.Microsecond)
93+
time.Sleep(10 * time.Millisecond)
9494
continue
9595
}
9696

0 commit comments

Comments
 (0)