could we have the eager integrity check to be silent (or at least having a flag to configure that)? The current data printed and animations are breaking our snapshot UX
The easiest fix is to add a parameter to Integrity_check.run that turns on|off our Fmt.pfs and progress bar.
Feedback from a test by NL using https://github.com/mirage/irmin/pull/2160 during a gc-based snapshot import:
The easiest fix is to add a parameter to
Integrity_check.run
that turns on|off ourFmt.pf
s andprogress
bar.