Use PStore instead of filesystem (that was a bad idea, sorry)

This commit is contained in:
Netscape Navigator 2019-11-26 19:58:31 -06:00
parent 4b33674771
commit 7096099b8a
2 changed files with 1 additions and 1 deletions

BIN
db.pigeon

Binary file not shown.

View File

@ -55,7 +55,7 @@ module Pigeon
hd = hex_digest.gsub(BLOB_HEADER, "").gsub(BLOB_FOOTER, "")
store.transaction(true) do
store[BLOB_NS] ||= {}
store[BLOB_NS][hex_digest]
store[BLOB_NS][hd]
end
end