Skip to content

Commit

Permalink
Update src/hex_core.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj authored and onno-vos-dev committed Feb 17, 2023
1 parent 286e965 commit 6650869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hex_core.erl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ default_config() ->
repo_organization => undefined,
repo_verify => true,
repo_verify_origin => true,
tarball_max_size => 64 * 1024 * 1024,
tarball_max_size => 16 * 1024 * 1024,
tarball_max_uncompressed_size => 64 * 1024 * 1024
}.

0 comments on commit 6650869

Please sign in to comment.