Merge 57a491bee1 into merged_master (Bitcoin PR bitcoin/bitcoin#25388)

This commit is contained in:
James Dorfman 2024-09-16 00:47:14 +00:00
commit f28609b3de
4 changed files with 46 additions and 46 deletions

View file

@ -88,12 +88,6 @@ using node::UnlinkPrunedFiles;
#define MICRO 0.000001
#define MILLI 0.001
/**
* An extra transaction can be added to a package, as long as it only has one
* ancestor and is no larger than this. Not really any reason to make this
* configurable as it doesn't materially change DoS parameters.
*/
static const unsigned int EXTRA_DESCENDANT_TX_SIZE_LIMIT = 10000;
/** Maximum kilobytes for transactions to store for processing during reorg */
static const unsigned int MAX_DISCONNECTED_TX_POOL_SIZE = 20000;
/** Time to wait between writing blocks/block index to disk. */