This commit is contained in:
Joey Hess 2015-07-30 13:02:56 -04:00
parent 7637208bce
commit e309146832

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2015-07-30T16:59:40Z"
content="""
What's actually going on is that incremental fsck has switched to using a
sqlite database to record what files it's fscked. Since making a new commit
to the database after every single file would tend to slow it down a lot,
it only commits after each 1000 files fscked.
So, if you're fscking less than 1000 files, it won't resume; with more
files it will resume after some even thousand multiple of files.
This could probably be improved by making it commit after some period of
time, like once per minute or so.
"""]]