Skip to content

Commit 4419ba0

Browse files
Format diagnostics sampler schedule
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
1 parent 8c4d76f commit 4419ba0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

apps/server/src/diagnostics/ProcessResourceMonitor.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,7 @@ export const make = Effect.fn("makeProcessResourceMonitor")(function* () {
277277
),
278278
);
279279

280-
yield* sampleOnce.pipe(
281-
Effect.repeat(Schedule.spaced(SAMPLE_INTERVAL)),
282-
Effect.forkScoped,
283-
);
280+
yield* sampleOnce.pipe(Effect.repeat(Schedule.spaced(SAMPLE_INTERVAL)), Effect.forkScoped);
284281

285282
const readHistory: ProcessResourceMonitorShape["readHistory"] = (input) =>
286283
Effect.gen(function* () {

0 commit comments

Comments
 (0)