Merge pull request 'update max streams 999' (#8) from feat/tracker into dev
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m54s
Build Worker Base and Application Images / deploy-stack (push) Successful in 20s
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m54s
Build Worker Base and Application Images / deploy-stack (push) Successful in 20s
Reviewed-on: #8
This commit is contained in:
commit
21700dce52
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"poll_interval_ms": 100,
|
"poll_interval_ms": 100,
|
||||||
"max_streams": 5,
|
"max_streams": 999,
|
||||||
"target_fps": 2,
|
"target_fps": 2,
|
||||||
"reconnect_interval_sec": 5,
|
"reconnect_interval_sec": 5,
|
||||||
"max_retries": -1
|
"max_retries": -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue