We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa40fe9 + 4cf369c commit 6f5cc1cCopy full SHA for 6f5cc1c
task/task.go
@@ -20,7 +20,7 @@ import (
20
// Impose 200MiB max size for a single file. Larger than this risks an OOM if there are
21
// multiple large files at on multiple tasks.
22
// This can be overridden with SetMaxFileSize()
23
-const MAX_FILE_SIZE = 20 * 1024 * 1024
+const MAX_FILE_SIZE = 200 * 1024 * 1024
24
25
// TODO(dev) Add unit tests for meta data.
26
type Task struct {
0 commit comments