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

Implement File Size Limitation for AS2 Inbound Messages with Compressed Data #120

Open
vamshikrishna45 opened this issue Sep 25, 2024 · 5 comments

Comments

@vamshikrishna45
Copy link

I've set file size limits for outbound AS2 messages, but I'm facing a challenge with inbound messages due to compression. Since the data is compressed, it's hard to set an accurate size limit before decompression. Any suggestions on how to handle this efficiently?

@chadgates
Copy link
Contributor

For me, this setting from Django works - did you have issues with that ?
https://docs.djangoproject.com/en/4.2/ref/settings/#data-upload-max-memory-size

@vamshikrishna45
Copy link
Author

vamshikrishna45 commented Sep 30, 2024 via email

@chadgates
Copy link
Contributor

@vamshikrishna45 : yes, the one I mentioned above. This should resolve your issue - it is standard Django functionality.

@vamshikrishna45
Copy link
Author

vamshikrishna45 commented Oct 10, 2024 via email

@vamshikrishna45
Copy link
Author

vamshikrishna45 commented Oct 10, 2024 via email

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