fix: stalling on large file sets #18

Merged
brianmcgee merged 1 commits from fix/stalling into main 2024-01-07 18:57:52 +00:00

1 Commits

Author SHA1 Message Date
5b91f74f89
fix: stalling on large file sets
When running against nixpkgs we were stalling. This was due to a long running read tx which was preventing any writes.

This breaks up reading the cache when walking the filesystem into many smaller read txs.

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-01-04 21:00:01 +00:00