mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Added debug logs for active clients
This commit is contained in:
parent
adf960753c
commit
be9823c5ce
1 changed files with 1 additions and 0 deletions
|
|
@ -699,6 +699,7 @@ class MultiWorkerVODConnectionManager:
|
|||
# Update activity every 100 chunks in consolidated connection state
|
||||
if chunk_count % 100 == 0:
|
||||
# Update the connection state
|
||||
logger.debug(f"Client: [{client_id}] Worker: {self.worker_id} sent {chunk_count} chunks for VOD: {content_name}")
|
||||
if redis_connection._acquire_lock():
|
||||
try:
|
||||
state = redis_connection._get_connection_state()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue