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 2c014f7 commit 2a2d50bCopy full SHA for 2a2d50b
apps/docker-provider/src/index.ts
@@ -20,7 +20,7 @@ const OTEL_EXPORTER_OTLP_ENDPOINT =
20
process.env.OTEL_EXPORTER_OTLP_ENDPOINT || "http://0.0.0.0:4318";
21
22
const FORCE_CHECKPOINT_SIMULATION = ["1", "true"].includes(
23
- process.env.FORCE_CHECKPOINT_SIMULATION ?? "true"
+ process.env.FORCE_CHECKPOINT_SIMULATION ?? "false"
24
);
25
26
const logger = new SimpleLogger(`[${MACHINE_NAME}]`);
0 commit comments