Roman2K / scat

Decentralized, trustless backup tool
https://github.com/Roman2K/scat/issues/1
MIT License
94 stars 9 forks source link

Finer grained quota filling for exclusive striping #4

Open Roman2K opened 7 years ago

Roman2K commented 7 years ago

Currently, if chunks are grouped before striping, the total size is used to determine if there's space available, instead of the size of each chunk individually.

Roman2K commented 7 years ago

Idea: in stripe.S.Stripe(), make dests a func(*scat.Chunk) Locs instead of a Locs