python-detector-worker/config.json
ziesorx bfab574058
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
refactor: replace threading with multiprocessing
2025-09-25 12:53:17 +07:00

14 lines
325 B
JSON

{
"poll_interval_ms": 100,
"max_streams": 20,
"target_fps": 2,
"reconnect_interval_sec": 10,
"max_retries": -1,
"rtsp_buffer_size": 3,
"rtsp_tcp_transport": true,
"use_multiprocessing": true,
"max_processes": 10,
"frame_queue_size": 100,
"process_restart_threshold": 3,
"frames_per_second_limit": 6
}