We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14340bd commit 37b9571Copy full SHA for 37b9571
internal/config/defaults.go
@@ -31,7 +31,7 @@ const (
31
DefMaxMessageRecieveSize = 4194304 // default 4 MB
32
DefMaxMessageSendSize = 4194304 // default 4 MB
33
DefMaxFileSize uint32 = 1048576 // 1MB
34
- DefFileChunkSize uint32 = 2097152 // 2MB
+ DefFileChunkSize uint32 = 524288 // 0.5MB
35
36
// Client HTTP Settings
37
DefHTTPTimeout = 10 * time.Second
0 commit comments