From f2762114e04c7cc4335c1814254f2c5508e775be Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 18 Feb 2022 10:53:14 +0000 Subject: [PATCH] PERF: Reduce anon_polling_interval to match long_polling_interval (#15992) The 5s difference was causing anon clients to have ~5s gaps between their long-polling requests. On busy sites, this could be enough time for them to build up a backlog, which then becomes much more expensive for us on the server-side. --- config/site_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index 62aa97487b1..c73f999d01c 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -1899,7 +1899,7 @@ developer: anon_polling_interval: hidden: true client: true - default: 30000 + default: 25000 max: 99000 flush_timings_secs: client: true