python-detector-worker/config.json
ziesorx 0cf0bc8b91
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 2m53s
Build Worker Base and Application Images / deploy-stack (push) Successful in 8s
fix: stability fix
2025-09-25 13:28:56 +07:00

14 lines
325 B
JSON

{
"poll_interval_ms": 100,
"max_streams": 20,
"target_fps": 4,
"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
}