Skip to content

Commit

Permalink
Update 115.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakura-Byte authored Jan 3, 2025
1 parent e61aa8f commit 4e7ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/115/115.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const (
minChunkSize = 5 * fs.Mebi // Part size should be in [100KB, 5GB]
defaultUploadCutoff = 200 * fs.Mebi
defaultNohashSize = 100 * fs.Mebi
StreamUploadLimit = 20 * fs.Gibi
StreamUploadLimit = 5 * fs.Gibi
)

// Register with Fs
Expand Down

0 comments on commit 4e7ba2c

Please sign in to comment.