OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
228 stars 49 forks source link

cache channel list #342

Open tzarebczan opened 3 years ago

tzarebczan commented 3 years ago

Channel list can take a few seconds for users with multiple channels, one suggestion was to improve this by caching on web apis.

anbsky commented 3 years ago

Proxying SDK calls is done in query.Caller, it already has some caching in place. I think it's best to extend the existing mechanism to accomodate channel_list calls.