Skip to content

Commit

Permalink
Improve readability of build chain calls budget
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and ctz committed Sep 6, 2023
1 parent 4f95ab3 commit 7e38e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verify_cert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ impl Default for Budget {

// This limit is taken from NSS libmozpkix, see:
// <https://github.com/nss-dev/nss/blob/bb4a1d38dd9e92923525ac6b5ed0288479f3f3fc/lib/mozpkix/lib/pkixbuild.cpp#L381-L393>
build_chain_calls: 200000,
build_chain_calls: 200_000,
}
}
}
Expand Down

0 comments on commit 7e38e97

Please sign in to comment.