Skip to content

Commit d1c0b77

Browse files
authored
Increase data transfer progress interval to 10 s (#479)
1 parent 2c61c5e commit d1c0b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task/common/machine/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func Transfer(ctx context.Context, source, destination string, include string) e
132132
return err
133133
}
134134

135-
defer progress(2 * time.Second)()
135+
defer progress(10 * time.Second)()
136136

137137
return sync.CopyDir(ctx, destinationFileSystem, sourceFileSystem, true)
138138
}

0 commit comments

Comments
 (0)