open768 / curiosity_browser

php browser code for msss curiosity json feed
3 stars 0 forks source link

Migrate away completely from file based state storage #22

Open open768 opened 3 weeks ago

open768 commented 3 weeks ago

Using files uses inodes. There are limited inodes and I'm running out of them on my hosting provider.

I've started moving to sqllite, just need to complete this work