mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:03:39 +08:00
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:
parent
b9d943220d
commit
f2762114e0
|
@ -1899,7 +1899,7 @@ developer:
|
|||
anon_polling_interval:
|
||||
hidden: true
|
||||
client: true
|
||||
default: 30000
|
||||
default: 25000
|
||||
max: 99000
|
||||
flush_timings_secs:
|
||||
client: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user