ssbc / ssb-db

A database of unforgeable append-only feeds, optimized for efficient replication for peer to peer protocols
https://scuttlebot.io/
MIT License
1.17k stars 75 forks source link

Fix ghost messages by disabling unbox cache #305

Closed christianbundy closed 4 years ago

christianbundy commented 4 years ago

Problem: Some messages aren't getting unboxed correctly.

Solution: Disable the unbox cache, which seems to be one possible way to solve this problem. I'm going to continue investigating alternatives so that we don't need to lose the cache that @mixmix built out, but this might be a Good Enough solution for now.


See: #304