@@ -197,7 +197,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
197
197
) ,
198
198
warningMessage : "CPU Frequency is low" ,
199
199
errorMessage : "CPU Frequency is critically low" ,
200
- updateDelay : 2 ,
201
200
noInferenceStatus : "info" as "info" | "stopped" | "pending" ,
202
201
} ,
203
202
} ,
@@ -219,7 +218,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
219
218
) ,
220
219
warningMessage : "CPU Usage is high" ,
221
220
errorMessage : "CPU Usage is extremely high" ,
222
- updateDelay : 2 ,
223
221
} ,
224
222
"device-status-latency" : {
225
223
metricValue : metrics . latencyMean ,
@@ -232,7 +230,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
232
230
) ,
233
231
warningMessage : "Latency is high" ,
234
232
errorMessage : "Latency is critically high" ,
235
- updateDelay : 2 ,
236
233
noInferenceStatus : "stopped" as "info" | "stopped" | "pending" ,
237
234
} ,
238
235
"device-status-latency-p95" : {
@@ -246,7 +243,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
246
243
) ,
247
244
warningMessage : "95% Latency is high" ,
248
245
errorMessage : "95% Latency is critically high" ,
249
- updateDelay : 2 ,
250
246
noInferenceStatus : "stopped" as "info" | "stopped" | "pending" ,
251
247
} ,
252
248
"device-status-fps-mean" : {
@@ -260,7 +256,6 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
260
256
) ,
261
257
warningMessage : "Frame Rate is low" ,
262
258
errorMessage : "Frame Rate is critically low" ,
263
- updateDelay : 2 ,
264
259
noInferenceStatus : "stopped" as "info" | "stopped" | "pending" ,
265
260
} ,
266
261
} ,
0 commit comments