Merge pull request #4687 from mempool/mononaut/testnet-expiry

Restore mempoolexpiry on test networks
This commit is contained in:
wiz 2024-02-22 15:43:24 +09:00 committed by GitHub
commit 841f18f481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ discover=1
par=16
dbcache=8192
maxmempool=4096
mempoolexpiry=999999
mempoolfullrbf=1
maxconnections=100
onion=127.0.0.1:9050
@ -20,6 +19,7 @@ whitelist=2401:b140::/32
#uacomment=@wiz
[main]
mempoolexpiry=999999
rpcbind=127.0.0.1:8332
rpcbind=[::1]:8332
bind=0.0.0.0:8333