You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the http module just pushes each new request into the log with no concern for it's size. Normally it wouldn't be a problem, but if you're performing large numbers of requests this becomes a memory issue. I recommend limiting the log size to the last N entries.
The text was updated successfully, but these errors were encountered:
Currently, the http module just pushes each new request into the log with no concern for it's size. Normally it wouldn't be a problem, but if you're performing large numbers of requests this becomes a memory issue. I recommend limiting the log size to the last N entries.
The text was updated successfully, but these errors were encountered: