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.
This commit is contained in:
David Taylor 2022-02-18 10:53:14 +00:00 committed by GitHub
parent b9d943220d
commit f2762114e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1899,7 +1899,7 @@ developer:
anon_polling_interval:
hidden: true
client: true
default: 30000
default: 25000
max: 99000
flush_timings_secs:
client: true