EmilStenstrom / mybgg

A template that lets you quickly set up a site for searching and filtering your boardgames.
https://games.emilstenstrom.se
MIT License
61 stars 132 forks source link

Updating collection #4

Closed danishbuddha closed 6 years ago

danishbuddha commented 6 years ago

I updated my bgg collection, but it still pull the old list before updating. I asume that is a cache issue somewhere, but is it possible to make it update itself somehow?

akelley commented 6 years ago

I had to delete the mybgg-cache.sqlite file that was created to get it to update. Would be nice if there was a param to pass in to do that or update the db cahce.

EmilStenstrom commented 6 years ago

Good suggestion. I’ve already decreased the number of requests made each time you fetch to two requests, so maybe I should just remove the cache altogether...

EmilStenstrom commented 6 years ago

I've removed the cache altogether. One less thing to worry about :)