Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 4, 2024
1 parent 16ebf78 commit 0b5e098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commons/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ const (
TcpBufferSizeStringDefault string = "4MB"

RedirectToResourceMinSize int64 = 1024 * 1024 * 1024 // 1GB
ParallelUploadMinSize int64 = 80 * 1024 * 1024 // 80MB
)

0 comments on commit 0b5e098

Please sign in to comment.