mirror of
https://github.com/mempool/mempool.git
synced 2025-03-15 20:30:33 +01:00
ops: Keep non-mainnet networks' maxmempool at default size
This commit is contained in:
parent
d24217282b
commit
1663637ed9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ listen=1
|
||||||
discover=1
|
discover=1
|
||||||
par=16
|
par=16
|
||||||
dbcache=8192
|
dbcache=8192
|
||||||
maxmempool=4096
|
|
||||||
mempoolfullrbf=1
|
mempoolfullrbf=1
|
||||||
maxconnections=100
|
maxconnections=100
|
||||||
onion=127.0.0.1:9050
|
onion=127.0.0.1:9050
|
||||||
|
@ -20,6 +19,7 @@ whitelist=2401:b140::/32
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
mempoolexpiry=999999
|
mempoolexpiry=999999
|
||||||
|
maxmempool=4096
|
||||||
rpcbind=127.0.0.1:8332
|
rpcbind=127.0.0.1:8332
|
||||||
rpcbind=[::1]:8332
|
rpcbind=[::1]:8332
|
||||||
bind=0.0.0.0:8333
|
bind=0.0.0.0:8333
|
||||||
|
|
Loading…
Add table
Reference in a new issue