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
sorry it took ages for a response :)
yes, I would accept a patch that fixes that issue (if it still exists... I'm a little scatter-brained on what patches have already landed in the past year)
Consider following config:
[group0]
threads=100
script=group0.py
[group1]
threads=1
script=group1.py
MM will say that there are 3 threads, but actually threre are 101 threads. I think the problem is here: https://github.com/cgoldberg/multi-mechanize/blob/master/multimechanize/utilities/run.py#L107 . Will you accept patch that fixes this?
The text was updated successfully, but these errors were encountered: