HomePhabricator

Store fewer orphan tx by default, add -maxorphantx option
aa3c697e90c0Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Store fewer orphan tx by default, add -maxorphantx option

There is no reason to store thousands of orphan transactions;
normally an orphan's parents will either be broadcast or
mined reasonably quickly.

This pull drops the maximum number of orphans from 10,000 down
to 100, and adds a command-line option (-maxorphantx) that is
just like -maxorphanblocks to override the default.

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Sep 10 2014, 18:08
deadalnixPushed on May 14 2017, 22:04
Parents
rABCc74332c67806: Stricter handling of orphan transactions
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rABCaa3c697e90c0: Store fewer orphan tx by default, add -maxorphantx option (authored by Gavin Andresen <gavinandresen@gmail.com>).Sep 10 2014, 18:09