Skip to content

Commit 702abab

Browse files
committed
Clean-up, un-used values
1 parent 4a42ac8 commit 702abab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

website/src/components/device-status-panel.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
197197
),
198198
warningMessage: "CPU Frequency is low",
199199
errorMessage: "CPU Frequency is critically low",
200-
updateDelay: 2,
201200
noInferenceStatus: "info" as "info" | "stopped" | "pending",
202201
},
203202
},
@@ -219,7 +218,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
219218
),
220219
warningMessage: "CPU Usage is high",
221220
errorMessage: "CPU Usage is extremely high",
222-
updateDelay: 2,
223221
},
224222
"device-status-latency": {
225223
metricValue: metrics.latencyMean,
@@ -232,7 +230,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
232230
),
233231
warningMessage: "Latency is high",
234232
errorMessage: "Latency is critically high",
235-
updateDelay: 2,
236233
noInferenceStatus: "stopped" as "info" | "stopped" | "pending",
237234
},
238235
"device-status-latency-p95": {
@@ -246,7 +243,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
246243
),
247244
warningMessage: "95% Latency is high",
248245
errorMessage: "95% Latency is critically high",
249-
updateDelay: 2,
250246
noInferenceStatus: "stopped" as "info" | "stopped" | "pending",
251247
},
252248
"device-status-fps-mean": {
@@ -260,7 +256,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
260256
),
261257
warningMessage: "Frame Rate is low",
262258
errorMessage: "Frame Rate is critically low",
263-
updateDelay: 2,
264259
noInferenceStatus: "stopped" as "info" | "stopped" | "pending",
265260
},
266261
},

0 commit comments

Comments
 (0)