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

Reduce memory usage #2

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Reduce memory usage #2

merged 2 commits into from
Apr 5, 2024

Conversation

psitem
Copy link
Owner

@psitem psitem commented Apr 5, 2024

Fixes #1 by reading the response buffer directly, one line at a time, instead of iterating on response.text.

psitem added 2 commits April 5, 2024 10:32
Read the response buffer directly, one line at a time, instead of iterating on response.text.
@psitem psitem merged commit 1720aa9 into main Apr 5, 2024
@psitem psitem deleted the 20240405-reduce-memory-usage branch April 5, 2024 14:42
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

Successfully merging this pull request may close these issues.

Out of memory issues
1 participant