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 Feb 29, 2024
1 parent 6650869 commit 2249b69
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 @@ -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
}.

0 comments on commit 2249b69

Please sign in to comment.