knightcrawler-stremio / knightcrawler

A selfhosted Stremio addon
Apache License 2.0
238 stars 39 forks source link

Fix addon collection name #82

Closed funkypenguin closed 5 months ago

funkypenguin commented 5 months ago

Thanks @purple-emily for finding this..

This fixes a bug condition under which the consumer and the addon both try to use the same mongodb collection.

In "production", I was noticing addons would start to error / timeout when I had > 6 consumers running.

Post-change, I'm running 45 consumers with no timeouts :)

Gabisonfire commented 5 months ago

Nice find!