prune smarter

This commit is contained in:
squidbear
2025-03-27 10:53:56 +01:00
parent c1565e2adf
commit e86636a52f
2 changed files with 8 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ services:
- /slowdisk:/slowdisk
entrypoint: [ "geth" ]
command:
- --networkid=56
- --mainnet
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap
@@ -49,9 +49,10 @@ services:
- --ws.api=net,web3,eth,debug
- --maxpeers=200
- --nodiscover=false
- --discovery.port=10037
- --discovery.port=10037
- --port=10037
- --pruneancient
restart: unless-stopped
stop_grace_period: 3m
networks: