Jakob Borg 7d48115b90 Reduce db writes for small files
We introduced the dbUpdater routine to handle many small files
efficiently, but the folder stats call is almost equally expensive as it
results in two distinct write transactions to the database. This moves
it to the same routine.

(Doesn't make a *huge* difference with leveldb actually, but reduces the
50k-files benchmark time by 25% on my experimental bolt branch...)
2015-05-27 18:36:26 +02:00
..
2015-03-17 16:02:27 +01:00
2015-03-17 16:02:27 +01:00
2015-04-23 10:54:14 +01:00
2015-03-17 16:02:27 +01:00
2015-04-23 10:54:14 +01:00
2015-05-25 13:19:18 +02:00
2015-04-23 10:54:14 +01:00
2015-04-29 15:59:47 +02:00
2015-05-27 18:36:26 +02:00
2015-04-23 10:54:14 +01:00
2015-03-17 16:02:27 +01:00