This commit is contained in:
Ad Schellevis
2024-07-04 21:45:13 +02:00
parent 8ac117f622
commit c1ee693f21
@@ -29,7 +29,7 @@ import BaseTableWidget from "./BaseTableWidget.js";
export default class ETProTelemetry extends BaseTableWidget {
constructor() {
super();
this.tickTimeout = 3600000;
this.tickTimeout = 3600;
}
getMarkup() {