This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests
David Taylor 45435cbbd5
PERF: Use user-specific channel for message-bus logout (#19719)
Using a shared channel means that every user receives an update to the 'last_id' when *any* other user is logged out. If many users are being programmatically logged out at the same time, this can cause a very large number of message-bus polls.

This commit switches to use a user-specific channel, which means that each user has its own 'last id' which will only increment when they are logged out
2023-01-04 19:55:52 +00:00
..
acceptance PERF: Use user-specific channel for message-bus logout (#19719) 2023-01-04 19:55:52 +00:00
addons/truth-helpers/integration/helpers DEV: adds includes helper to templates (#18259) 2022-09-15 14:20:37 +02:00
fixtures DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
helpers DEV: Deprecate controllerFor test helper (#19606) 2022-12-23 11:33:42 +01:00
integration FIX: DButton ellipsis argument (#19640) 2022-12-28 14:03:58 +00:00
unit FIX: Avoid race conditions when toggling presence state (#19648) 2022-12-29 00:44:31 +00:00
index.html DEV: Update Twitter meta tags while navigating in app (#19468) 2022-12-14 14:33:09 -05:00
setup-tests.js DEV: Drop helper context setup in tests (#19423) 2022-12-12 15:20:48 +01:00
test-boot-ember-cli.js DEV: Make the setupTests a regular import (#19046) 2022-11-16 16:11:18 +08:00