We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when using the API, we are getting all the handlers and hub information from the database.
This is not scaleable, and we will soon start to notice lag on the website.
To fix this we need to implement either pagination or caching.
The text was updated successfully, but these errors were encountered:
splitscreenme-hub/imports/api/Handlers/server/publications.js
Line 38 in 7f02a9a
Line 180 in 7f02a9a
Sorry, something went wrong.
up handler limit from 500 to 600. Related to SplitScreen-Me#69
15ac41f
Merge pull request #70 from Snailedlt/feature/increase_harcoded_handl…
11f4878
…ers_limit up handler limit from 500 to 600. Related to #69
No branches or pull requests
Currently when using the API, we are getting all the handlers and hub information from the database.
This is not scaleable, and we will soon start to notice lag on the website.
To fix this we need to implement either pagination or caching.
The text was updated successfully, but these errors were encountered: