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

Clean up the requests array whenever user hits "Clear" #8

Open
kdzwinel opened this issue Nov 20, 2015 · 0 comments
Open

Clean up the requests array whenever user hits "Clear" #8

kdzwinel opened this issue Nov 20, 2015 · 0 comments
Assignees

Comments

@kdzwinel
Copy link
Owner

Since frontend doesn't store response bodies, but requests them every time user opens "Preview" tab, we have to store them on the backend. This can quickly fill up the memory, so we should clean that array whenever user clicks "Clean" on the UI. Unfortunately, clicking that button doesn't send any message to the frontend, so right now there is no way to figure out if we can clean the requests array.

@kdzwinel kdzwinel self-assigned this Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant