summaryrefslogtreecommitdiff
path: root/doc/bugs/incremental___40__continued__41___fsck_start_froms_beginning__44___rechecks_files_already_checked_/comment_1_2a71a108fc711617c88ff3b38b83d91c._comment
blob: 3b5bcb05016b2ebd21cbbaa88dfd56fb667bced7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
"""]]