mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
- Change ChannelState.PRE_ACTIVE from list to frozenset (immutable, O(1) membership tests, no risk of silent mutation) - Add optional client_ids parameter to ClientManager.remove_ghost_clients() so callers that have already fetched SMEMBERS can pass it through, eliminating a redundant Redis round-trip - Pass pre-fetched client_ids from get_basic_channel_info() into remove_ghost_clients() to remove the duplicate SMEMBERS call |
||
|---|---|---|
| .. | ||
| hls_proxy | ||
| management/commands | ||
| ts_proxy | ||
| vod_proxy | ||
| __init__.py | ||
| apps.py | ||
| config.py | ||
| signals.py | ||
| tasks.py | ||
| urls.py | ||
| views.py | ||