diff --git a/artifact/config.go b/artifact/config.go index 0ebf317a..3c120051 100644 --- a/artifact/config.go +++ b/artifact/config.go @@ -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 {