bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
2.38k stars 94 forks source link

Disable Gorm easer plugin which sometimes causes zero results #101

Closed mgdigital closed 8 months ago

mgdigital commented 8 months ago

The easer component of the Gorm cache plugin has been disabled as it seems to cause an insidious bug whereby zero results are sometimes incorrectly returned.

If I can get time to understand the problem better I may open an issue in https://github.com/go-gorm/caches, though they don't seem very responsive to issues, hence why bitmagnet uses a forked version of this library...

I think this probably fixes https://github.com/bitmagnet-io/bitmagnet/issues/94, among other things.

Also updated Gorm gen to the latest version.