refactor: replace threading with multiprocessing
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 10s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m52s
Build Worker Base and Application Images / deploy-stack (push) Successful in 8s

This commit is contained in:
ziesorx 2025-09-25 12:53:17 +07:00
parent e87ed4c056
commit bfab574058
6 changed files with 682 additions and 58 deletions

View file

@ -5,5 +5,10 @@
"reconnect_interval_sec": 10,
"max_retries": -1,
"rtsp_buffer_size": 3,
"rtsp_tcp_transport": true
"rtsp_tcp_transport": true,
"use_multiprocessing": true,
"max_processes": 10,
"frame_queue_size": 100,
"process_restart_threshold": 3,
"frames_per_second_limit": 6
}