Skip to content
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

BatchRequest size limit #40

Closed
lupuleti opened this issue Aug 4, 2016 · 1 comment
Closed

BatchRequest size limit #40

lupuleti opened this issue Aug 4, 2016 · 1 comment

Comments

@lupuleti
Copy link

lupuleti commented Aug 4, 2016

Hello,

Is there any chance that the 50 requests limit per batch could be increased ?

Thank you !
Kind Regards !
Catalin

@JiamingFB
Copy link
Contributor

Hi lupuleti,

Currently there is no way to go above the 50-request limit. The limit is enforced on server side and is primarily to prevent http request timeout and also prevent our backend from being overloaded.

You can probably use your client-side logic to split large batch into a few 50-request batches. I'm sorry if this causes complication in your code, but this seems to be the only way to do it right now.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants