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
If not configure -output-http-works and -output-http-works-min, both of them are 0, so worker can not scale out automatically, and it will always be 10,and send rps is very slow!
i think it should be
if o.config.workersMax != o.config.workersMin || o.config.workersMax == 0
The text was updated successfully, but these errors were encountered:
If not configure -output-http-works and -output-http-works-min, both of them are 0, so worker can not scale out automatically, and it will always be 10,and send rps is very slow!
i think it should be
The text was updated successfully, but these errors were encountered: