We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092dab6 commit 15a9407Copy full SHA for 15a9407
src/api-monitor-cs-main.ts
@@ -1,9 +1,6 @@
1
import { EMsg, windowListen, windowPost } from './api/communication.ts';
2
import { IS_DEV } from './api/env.ts';
3
-import {
4
- TELEMETRY_FREQUENCY_1PS,
5
- TELEMETRY_FREQUENCY_30PS,
6
-} from './api/const.ts';
+import { TELEMETRY_FREQUENCY_1PS } from './api/const.ts';
7
import { adjustTelemetryDelay, Timer } from './api/time.ts';
8
import {
9
onEachSecond,
@@ -43,7 +40,6 @@ const tick = new Timer(
43
40
telemetryDelta: delta,
44
41
});
45
42
} else {
46
- tick.delay = TELEMETRY_FREQUENCY_30PS;
47
tick.start();
48
}
49
0 commit comments