mirror of
https://ghfast.top/https://github.com/discourse/discourse-tooltips.git
synced 2026-07-17 11:47:02 +08:00
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
5 lines
101 B
YAML
5 lines
101 B
YAML
plugins:
|
|
tooltips_enabled:
|
|
default: true
|
|
tooltips_rate_limit_queue_seconds:
|
|
default: 0.1
|