discourse/spec
Sam ded84a4b58 PERF: improve performance once logged in rate limiter hits
If "logged in" is being forced anonymous on certain routes, trigger
the protection for any requests that spend 50ms queueing

This means that ...

1. You need to trip it by having 3 requests take longer than 1 second in 10 second interval
2. Once tripped, if your route is still spending 50m queueuing it will continue to be protected

This means that site will continue to function with almost no delays while it is scaling up to handle the new load
2018-04-23 11:55:25 +10:00
..
components PERF: improve performance once logged in rate limiter hits 2018-04-23 11:55:25 +10:00
controllers FIX: create upload record for exported csv files 2018-04-20 00:27:49 +05:30
fabricators FEATURE: webhook for flag events 2018-04-13 07:47:58 +05:30
fixtures FIX: Try fixing unparsable email addresses 2018-03-27 18:28:54 +02:00
helpers FIX: excerpts in summary email are too short when there are images or links 2018-03-12 18:12:09 -04:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration FIX: when creating a topic in a category that only allows tags from a tag group, don't allow creation of new tags 2018-03-19 11:42:10 -04:00
integrity FEATURE: allow better fidelity for auto linkify, disable most tlds based linkify 2018-02-01 13:22:38 +11:00
jobs FIX: create upload record for exported csv files 2018-04-20 00:27:49 +05:30
lib/backup_restore backup restorer: tidy pg_dump schema portability logic, add test 2018-03-20 10:32:39 +08:00
mailers FIX: error when group_in_subject enabled but no group in pm 2018-03-11 12:22:11 +00:00
models FEATURE: move staff tags setting to tag group settings 2018-04-20 15:34:23 -04:00
multisite Update `rails_multisite` to 2.0.1. 2018-01-19 10:19:16 +08:00
requests FIX: Better error message in `GroupsController#add_members`. 2018-04-20 10:28:52 +08:00
serializers FIX: Missing `Group#bio_raw` attribute for group owners. 2018-04-17 15:57:52 +08:00
services FIX: set notification level when changing post owner (#5616) 2018-04-16 11:48:06 +02:00
support FEATURE: move staff tags setting to tag group settings 2018-04-20 15:34:23 -04:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
rails_helper.rb FIX: load balanced servers do not share monotonic clock 2017-12-07 11:48:11 +11:00