-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix/ DBLP import - support importing >1000 papers #2175
base: master
Are you sure you want to change the base?
Conversation
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.
Works as expected.
Be sure to remove the 1000 from maxReplies in http://localhost:3030/invitation/edit?id=DBLP.org/-/Record before testing
Does this mean allowing you to import 1000+ papers at once? When I try to test this it says 500 publications is the max allowed. |
@carlosmondra is it possible to remove the rate limiting when
no. |
Is this the rate limit when POSTing note edits? |
yes |
does not require change for next.js upgrade |
currently there's a limit on dblp import to import at most 1000 papers
it looks like there's not really a reason to put his limit now (through max replies) with the changes implemented in the past
and it's causing issue with api performance
this pr should remove the 1000 import limit