superfly / litefs

FUSE-based file system for replicating SQLite databases across a cluster of machines
Apache License 2.0
3.76k stars 89 forks source link

Limit LTX compaction during backups #402

Closed benbjohnson closed 9 months ago

benbjohnson commented 9 months ago

This sets an upper bound on the number of LTX files to compact together at one time so that it doesn't exhaust the available file descriptors. It's currently hardcoded but may move to a configuration option if needed in the future.