Skip to content

Commit c08894d

Browse files
authored
Merge pull request #528 from simvue-io/hotfix/enable-res-metrics-default
Enable resource metrics by default
2 parents 7122c95 + 8475fc8 commit c08894d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(
122122
self._active: bool = False
123123
self._aborted: bool = False
124124
self._url, self._token = get_auth()
125-
self._resources_metrics_interval: typing.Optional[int] = None
125+
self._resources_metrics_interval: typing.Optional[int] = HEARTBEAT_INTERVAL
126126
self._headers: dict[str, str] = {"Authorization": f"Bearer {self._token}"}
127127
self._simvue: typing.Optional[SimvueBaseClass] = None
128128
self._pid: typing.Optional[int] = 0

0 commit comments

Comments
 (0)