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
When reading a dump of requests the entire file shouldn't be loaded into memory and parsed in one go. Instead it should iterate over chunks, presumably starting the replay process as soon as possible.
Raised in #48 (although no change to existing behaviour).
The text was updated successfully, but these errors were encountered:
When reading a dump of requests the entire file shouldn't be loaded into memory and parsed in one go. Instead it should iterate over chunks, presumably starting the replay process as soon as possible.
Raised in #48 (although no change to existing behaviour).
The text was updated successfully, but these errors were encountered: