discourse/app
Sam Saffron 4dcc5f16f1 FEATURE: when under extreme load disable search
The global setting disable_search_queue_threshold
(DISCOURSE_DISABLE_SEARCH_QUEUE_THRESHOLD) which default to 1 second was
added.

This protection ensures that when the application is unable to keep up with
requests it will simply turn off search till it is not backed up.

To disable this protection set this to 0.
2019-07-02 11:22:01 +10:00
..
assets FEATURE: when under extreme load disable search 2019-07-02 11:22:01 +10:00
controllers FEATURE: when under extreme load disable search 2019-07-02 11:22:01 +10:00
helpers FIX: provides an emoji helper to replace codes by images (#7802) 2019-06-26 15:11:04 +02:00
jobs FIX: Don't send notification email when user isn't allowed to see topic 2019-07-01 14:03:03 +02:00
mailers Make `email_excerpt` method take an optional `post` param (#7570) 2019-05-20 10:04:23 +02:00
models FIX: Don't send notification email when user isn't allowed to see topic 2019-07-01 14:03:03 +02:00
serializers FEATURE: when under extreme load disable search 2019-07-02 11:22:01 +10:00
services Do not collapse quote notifications 2019-06-27 18:20:43 -04:00
views FIX: provides an emoji helper to replace codes by images (#7802) 2019-06-26 15:11:04 +02:00