Made a big change to my blossom-server implementation https://github.com/hzrd149/blossom-server/commit/83fbba5fa4080de587209ef7ea45182bfa39e502

Switched it from using JSON files to sqlite to store the blob metadata. also reworked how the rules worked so blob will only expire if they are never accessed

If you where running it some how (despite it having no docs) then your going to have to update your config.yml file with the new options

Ill write docs for it at some point when its "stable"

Reply to this note

Please Login to reply.

Discussion

I actually have cloned the repo for reference and will check out the latest merge.

SQLite may have some concurrency issues. You can't use it if multiple users need to read/write at the same time. But the JSON files can.