fix(HEL-356): harden realtime quote completeness
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -73,6 +73,10 @@ class Settings:
|
||||
raw = [raw]
|
||||
return tuple(str(item) for item in raw)
|
||||
|
||||
@property
|
||||
def realtime_warmup_interval_seconds(self) -> int:
|
||||
return max(30, int(self.quality.get("realtime_warmup_interval_seconds") or 120))
|
||||
|
||||
@property
|
||||
def eod_retry_start(self) -> str:
|
||||
return str(self.quality.get("eod_retry_start") or "15:15")
|
||||
|
||||
Reference in New Issue
Block a user