Merge branch 'main' into gl/feat/tool-call-stream-events

This commit is contained in:
Greyson LaLonde
2025-12-11 03:01:42 -05:00
committed by GitHub

View File

@@ -79,6 +79,7 @@ class RPMController(BaseModel):
self._current_rpm = 0
if not self._shutdown_flag:
self._timer = threading.Timer(60.0, self._reset_request_count)
self._timer.daemon = True
self._timer.start()
if self._lock: