threefoldtech / 0-fs

A new filesystem for zero-os that leverage on unionfs and a thin fuse layer to get the files on demand
Apache License 2.0
0 stars 1 forks source link

Avoid hitting capnp message read limit #10

Closed muhamadazmy closed 6 years ago

muhamadazmy commented 6 years ago

capnp has limit on how many times u can traverse the message

Fixes #9

codecov-io commented 6 years ago

Codecov Report

Merging #10 into development will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development      #10   +/-   ##
============================================
  Coverage        37.05%   37.05%           
============================================
  Files                9        9           
  Lines              421      421           
============================================
  Hits               156      156           
  Misses             241      241           
  Partials            24       24
Impacted Files Coverage Δ
storage/router/router.go 64.51% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df7620e...9e7ff1f. Read the comment docs.