Hello, I’d like to run some tests and I’ve found that search function is getting throttled despite configuring everything mentioned here. Snooping around some code, I’ve found some rate-limits for searching in the site_settings.yml. However, these are marked as “hidden” and are not visible in the admin UI. How can I edit those parameters? Can I set them (or make them visible) through the app.yml?
Yes, you can put them in app.yml. Every DISCOURSE_SETTING_NAME environment value is converted to a setting_name site setting in web_template.yml (here)