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

Remove max response size #32

Closed
pixelchef opened this issue Feb 3, 2017 · 2 comments
Closed

Remove max response size #32

pixelchef opened this issue Feb 3, 2017 · 2 comments
Assignees
Labels

Comments

@pixelchef
Copy link

I'm trying to export a backup of my content library and hitting the limit. "Response size too big, was: 15951862b. Maximum allowed response size: 7340032b.

@pixelchef
Copy link
Author

pixelchef commented Feb 3, 2017

Perhaps adding a way the exporter will break up large requests like this would be helpful in an enterprise setting

@Khaledgarbaya Khaledgarbaya self-assigned this Feb 6, 2017
@Khaledgarbaya
Copy link
Contributor

hi @pixelchef ,
The problem is that the default number of records per page is 1000. You can control that by specifying --max-allowed-limit, which is here, so the response will be smaller. I think setting it to 100 will be more than enough for your case.

Best,
Khaled

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

No branches or pull requests

2 participants