You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty sure truncating the file wouldn't work. There's too much state held by async-append-only-log. This probably needs #198 to be done before we can actually make this work.
Turns out
removeDB()
doesn't actually remove the database's data. When it goes to delete the file here:ssb-browser-core/core-helpers.js
Line 25 in 62d964f
The
file
object has the following properties (notice thedeletable
attribute):I'm wondering if maybe we need to truncate the file instead. Thoughts?
The text was updated successfully, but these errors were encountered: