reduce: increase default step limit (#3327)

This commit is contained in:
Paul Thomson 2020-04-30 22:48:21 +01:00 committed by GitHub
parent 49842b88ee
commit 54fb17b2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
namespace {
// The default maximum number of steps the reducer will take before giving up.
const uint32_t kDefaultStepLimit = 250;
const uint32_t kDefaultStepLimit = 2500;
} // namespace
spv_reducer_options_t::spv_reducer_options_t()