"ServerError: Rate limit exceeded consumedPoints: 46"

Hello, I encountered this error with my locally deployed OpenFlow. Is it possible to modify the configuration to set it to unlimited?

Yes, open the web interface, and go to “config” then click “all” and search for “rate”.
You could try and increase api_rate_limit_points to 1000
socket_rate_limit_points to 1000
and socket_rate_limit_points_disconnect to 1600

If you want unlimited (I do NOT recommend that), you can “enable” disable api_rate_limit and socket_rate_limit

so it goes from
image

to this
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.