From 733396f6b31d0e428c5e2f7497f647864db852aa Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 7 Mar 2016 14:37:19 -0500 Subject: Increased the maximum size of image uploads to 24 megapixels --- api/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/file.go') diff --git a/api/file.go b/api/file.go index 5c983ea55..0011afd5b 100644 --- a/api/file.go +++ b/api/file.go @@ -52,7 +52,7 @@ const ( RotatedCCWMirrored = 7 RotatedCW = 8 - MaxImageSize = 4096 * 2160 // 4k resolution + MaxImageSize = 6048 * 4032 // 24 megapixels, roughly 36MB as a raw image ) var fileInfoCache *utils.Cache = utils.NewLru(1000) -- cgit v1.2.3-1-g7c22