Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion artifact/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
// DefaultSourcePullSizeLimitBytes is the limit where if a normal pull happens,
// a file larger than this size will not be pulled down from source
// unless pull with ignoring the limit is used.
const DefaultSourcePullSizeLimitBytes = 1 << 22
const DefaultSourcePullSizeLimitBytes = 1 << 30

// A Config describes how artifact should function.
type Config struct {
Expand Down
Loading