- repack_objects(+Store, +Options) is det[multifile, swish(lib/gitty_driver_files)]
- Repack objects of Store for reduced disk usage and enhanced
performance. By default this picks up all file objects of the store
and all existing small pack files. Options:
- small_pack(+Bytes)
- Consider all packs with less than Bytes as small and repack them.
Default 10Mb
- min_files(+Count)
- Do not repack if there are less than Count new files.
Default 1,000.