attestantio / dirk

Apache License 2.0
81 stars 23 forks source link

Garbage collect rules db on startup. #14

Closed mcdee closed 3 years ago

mcdee commented 3 years ago

The rules DB uses a badger database that increases in size thanks to a log-based writer. This patch garbage collects the database on startup to keep its size down.