We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e6390 commit 75ccc48Copy full SHA for 75ccc48
packages/utils/src/lib/profiler/constants.ts
@@ -33,7 +33,7 @@ export const SHARDED_WAL_COORDINATOR_ID_ENV_VAR =
33
export const PROFILER_PERSIST_BASENAME = 'trace';
34
35
/**
36
- * Default base name for WAL files.
37
- * Used as the base name for sharded WAL files (e.g., "trace" in "trace.json").
+ * Name for current measure.
+ * Used as the name for the sharded folder.
38
*/
39
export const PROFILER_MEASURE_NAME = 'CP_PROFILER_MEASURE_NAME';
0 commit comments