Skip to content

Commit

Permalink
Merge pull request #125 from rod-hynes/master
Browse files Browse the repository at this point in the history
Increase sanity check size to 100MB.
  • Loading branch information
adamkruger authored Feb 6, 2023
2 parents d88c07b + 22b7d59 commit 7752a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authenticated_data_package.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bool verifySignedDataPackage(
bool gzipped,
string& authenticDataPackage)
{
const int SANITY_CHECK_SIZE = 10 * 1024 * 1024;
const int SANITY_CHECK_SIZE = 100 * 1024 * 1024;

authenticDataPackage.clear();

Expand Down

0 comments on commit 7752a87

Please sign in to comment.