Make rate limit configurable

Current version of the plugin allows non-staff users to perform only 3 translations per minute.
https://github.com/discourse/discourse-translator/blob/master/plugin.rb#L33

This may be limiting in a multi-lingual forum. Please make this limit configurable.

5 Likes

Implemented: https://github.com/discourse/discourse-translator/pull/32

3 Likes