discourse-tooltips/config/settings.yml
Joffrey JAFFEUX 4da62d7ffd FEATURE: adds support for rate limit when requests are queuing (#8)
This is will return a 429 when server is queuing for more than `tooltips_rate_limit_queue_seconds`(default 0.1). Once this has been triggered tooltips requests will be prevented on client for 30 + (rand * 120) seconds
2019-08-12 16:50:27 +10:00

5 lines
101 B
YAML

plugins:
tooltips_enabled:
default: true
tooltips_rate_limit_queue_seconds:
default: 0.1