-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requesthacktoberfesthacktoberfest-acceptedMarks issues/PRs for HacktoberfestMarks issues/PRs for Hacktoberfest
Description
The /api/live-streams endpoint in api.js directly calls the YouTube API without any caching or rate limiting. This could lead to quota exhaustion and slow response times.
Current Issues:
No caching mechanism for API responses
Direct API calls on every request
No rate limiting for client requests
Could hit YouTube API quota limits quickly
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfesthacktoberfest-acceptedMarks issues/PRs for HacktoberfestMarks issues/PRs for Hacktoberfest