ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
254 stars 652 forks source link

geth: add flag to control auto db compaction #317

Open sebastianst opened 1 month ago

sebastianst commented 1 month ago

Description

Adds a flag to control automatic db compaction for the pebble db backend.

Tests

None, this is a new geth node flag. Added a log message so we can confirm the setting is applied when starting a node with this new flag.

Metadata