option to stream forever

This commit is contained in:
Devaev Maxim
2020-09-17 13:10:53 +03:00
parent f46c6f6372
commit 649ca0c6bc
3 changed files with 10 additions and 2 deletions

View File

@@ -314,6 +314,8 @@ def _get_config_scheme() -> Dict:
},
"streamer": {
"forever": Option(False, type=valid_bool),
"reset_delay": Option(1.0, type=valid_float_f0),
"shutdown_delay": Option(10.0, type=valid_float_f01),
"state_poll": Option(1.0, type=valid_float_f01),