From 7f1717e01a9bd50651ec8f1ffc6f09721aa5841b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 04 May 2025 10:06:10 +0000 Subject: [PATCH] lexicons: bump artifact size limit to max permitted --- lexicons/artifact.json | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/lexicons/artifact.json b/lexicons/artifact.json --- a/lexicons/artifact.json +++ b/lexicons/artifact.json @@ -43,7 +43,7 @@ "accept": [ "*/*" ], - "maxSize": 1000000 + "maxSize": 52428800 } } } -- tangled.sh