-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Feature/recommendations #265
Conversation
Set max rows for feeds to 20 Added query index in GetContentIds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we done some performance testing on how long these queries take to complete? How about in extreme cases like if someone is following 1000+ accounts?
Calls limit the maximum number of subscribers to 100. |
The last parameters limit the selection: here pocketnet.core/src/pocketdb/web/SearchRpc.cpp Line 579 in 9bf3d76
and here pocketnet.core/src/pocketdb/web/SearchRpc.cpp Line 648 in 9bf3d76
|
Added methods for content and account recommendations