Skip to content

Commit 75ccc48

Browse files
committed
refactor: wip
1 parent 14e6390 commit 75ccc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/utils/src/lib/profiler/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const SHARDED_WAL_COORDINATOR_ID_ENV_VAR =
3333
export const PROFILER_PERSIST_BASENAME = 'trace';
3434

3535
/**
36-
* Default base name for WAL files.
37-
* Used as the base name for sharded WAL files (e.g., "trace" in "trace.json").
36+
* Name for current measure.
37+
* Used as the name for the sharded folder.
3838
*/
3939
export const PROFILER_MEASURE_NAME = 'CP_PROFILER_MEASURE_NAME';

0 commit comments

Comments
 (0)