added txpool.pricelimit (anti-spam)

This commit is contained in:
_den 2022-04-12 16:29:47 +10:00
parent 233a58e46b
commit f9514ae378

View File

@ -139,6 +139,8 @@ services:
- "64" - "64"
- --txpool.globalqueue - --txpool.globalqueue
- "131072" - "131072"
- --txpool.pricelimit
- "30000000000"
- --maxpeers - --maxpeers
- "150" - "150"
- --http - --http