mirror of
https://github.com/monero-project/monero.git
synced 2025-08-12 03:30:14 -04:00
tx_pool: add a max pool size, settable with --max-txpool-size
This commit is contained in:
parent
3b4e6b35b3
commit
bc61ae69bf
4 changed files with 114 additions and 5 deletions
|
@ -138,6 +138,7 @@
|
|||
|
||||
#define HASH_OF_HASHES_STEP 256
|
||||
|
||||
#define DEFAULT_TXPOOL_MAX_SIZE 648000000ull // 3 days at 300000, in bytes
|
||||
|
||||
// New constants are intended to go here
|
||||
namespace config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue