aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/packages/pub/pub.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/packages/pub/pub.go')
-rw-r--r--routers/api/packages/pub/pub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/packages/pub/pub.go b/routers/api/packages/pub/pub.go
index 1ece4e18ed..ae0c6e7859 100644
--- a/routers/api/packages/pub/pub.go
+++ b/routers/api/packages/pub/pub.go
@@ -166,7 +166,7 @@ func UploadPackageFile(ctx *context.Context) {
}
defer file.Close()
- buf, err := packages_module.CreateHashedBufferFromReader(file, 32*1024*1024)
+ buf, err := packages_module.CreateHashedBufferFromReader(file)
if err != nil {
apiError(ctx, http.StatusInternalServerError, err)
return