summaryrefslogtreecommitdiffstats
path: root/src/listview.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2020-01-22 15:28:55 +0100
committerrabite <rabite@posteo.de>2020-01-22 15:28:55 +0100
commit325f5a5ab3f44457263d7d5c04e488faea0d369e (patch)
tree01908a720a5190cf80c55647f00dfb94c6208d04 /src/listview.rs
parent8c23d058ade48d9af84a67a1c2225f8309e4827c (diff)
remove limit on number of files updated at once
Since calculating the hash tables is the costliest part of updating a directory it makes little sense to limit the number of files being processed at once. That only means the hash tables have to be created more often and updates take much more time in total. Since it's all done in an asynchronous worker thread anyway it makes more sense to process as much as possible in one go, even if it takes a second longer.
Diffstat (limited to 'src/listview.rs')
0 files changed, 0 insertions, 0 deletions