open-chat-labs / open-storage

GNU General Public License v3.0
35 stars 9 forks source link

Fix blob count #136

Closed hpeebles closed 1 year ago

hpeebles commented 1 year ago

This is needed because each blob is stored in 4KB chunks, so we can't use blobs.len() because that returns the number of individual chunks.