Page MenuHomePhabricator

Improve DisconnectTip performance
ClosedPublic

Authored by deadalnix on Jan 19 2018, 03:41.

Details

Summary

This backport core's PR9208

Test Plan
make check
./test/functional/test_runner.py --extended

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/validation.h
80 ↗(On Diff #2587)

Thought for later: should we scale this value by max blocksize? It seems this value is too low if block sizes are high (and hence transaction counts are also high).

This revision is now accepted and ready to land.Jan 19 2018, 04:19
src/validation.h
80 ↗(On Diff #2587)

Yes it probably should.

This revision was automatically updated to reflect the committed changes.