We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e910d21 commit 310ba08Copy full SHA for 310ba08
internal/util/util.go
@@ -28,7 +28,7 @@ const (
28
29
// ComputePieceSize computes the piece size with specified fileLength.
30
//
31
-// If the fileLength<0, which means failed to get fileLength
+// If the fileLength < 0, which means failed to get fileLength
32
// and then use the DefaultPieceSize.
33
func ComputePieceSize(length int64) uint32 {
34
if length <= 200*1024*1024 {
0 commit comments