lbryio / spee.ch

An image hosting service on top of the LBRY protocol.
https://spee.ch
MIT License
185 stars 78 forks source link

Redundant claimlist processing before redirect #834

Open jessopb opened 5 years ago

jessopb commented 5 years ago

Currently, spee.ch/@minutephysics redirects to spee.ch/@minutephysics:5 but not until the server processes all the claims from the show_channel state first, and then does it all over again after the redirect.

sagas/show_channel perhaps has too much going on.

If you're gonna redirect, don't process all the content.