MIMSoftware / haste-server

Customizations made to seejohnrun/haste-server
7 stars 11 forks source link

File storage doesn't work #42

Closed Ribesg closed 9 years ago

Ribesg commented 9 years ago

I got multiple problems trying to use file storage. Switched to redis and it works, but you may want to either fix it or remove the feature. Nice work on this!

neandrake commented 9 years ago

Some of the additional features I've added need to track extra metadata aside from just the file itself. The file storage likely no longer works due to this, and you're right it should probably just be removed.

neandrake commented 9 years ago

I removed all file stores except redis since they were not kept current/compatible. If future contributors wish to supply other file stores, pull requests will be accepted.