From b1ac92a4666ac076e7bec63a30506d66d2b040f6 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Thu, 29 Feb 2024 15:11:25 +0100 Subject: [PATCH] Fix docs --- 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 cd7205e..202478d 100644 --- a/src/hex_core.erl +++ b/src/hex_core.erl @@ -48,7 +48,7 @@ %% requires protobuf messages as of hex_core v0.4.0 (default: `true'). %% %% * `tarball_max_size' - Maximum size of package tarball, defaults to -%% `16_777_216' (16 MiB). Set to `infinity' to not enforce the limit. +%% `8_388_608' (8 MiB). Set to `infinity' to not enforce the limit. %% %% * `tarball_max_uncompressed_size' - Maximum size of uncompressed package tarball, defaults to %% `67_108_864' (64 MiB). Set to `infinity' to not enforce the limit.