From 7f1717e01a9bd50651ec8f1ffc6f09721aa5841b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 4 May 2025 11:06:10 +0100 Subject: [PATCH] lexicons: bump artifact size limit to max permitted --- lexicons/artifact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexicons/artifact.json b/lexicons/artifact.json index 83cff307..686810e8 100644 --- a/lexicons/artifact.json +++ b/lexicons/artifact.json @@ -43,7 +43,7 @@ "accept": [ "*/*" ], - "maxSize": 1000000 + "maxSize": 52428800 } } } -- 2.51.2