From 2249b6902d51751f637c1a7c7488546371c8d63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Thu, 29 Feb 2024 09:11:02 +0100 Subject: [PATCH] Update src/hex_core.erl --- src/hex_core.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hex_core.erl b/src/hex_core.erl index aa10fee..4d76866 100644 --- a/src/hex_core.erl +++ b/src/hex_core.erl @@ -103,5 +103,5 @@ default_config() -> repo_verify => true, repo_verify_origin => true, tarball_max_size => 16 * 1024 * 1024, - tarball_max_uncompressed_size => 64 * 1024 * 1024 + tarball_max_uncompressed_size => 128 * 1024 * 1024 }.