Skip to content

Commit 344180f

Browse files
committed
refactor: cleanup
1 parent 1d9aa70 commit 344180f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/utils/src/lib/wal-sharded.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ export class ShardedWal<T extends WalRecord = WalRecord> {
168168
* @param opt.groupId - Group ID for sharding (defaults to generated group ID)
169169
* @param opt.coordinatorIdEnvVar - Environment variable name for storing coordinator ID (defaults to CP_SHARDED_WAL_COORDINATOR_ID)
170170
* @param opt.autoCoordinator - Whether to auto-set the coordinator ID on construction (defaults to true)
171-
* @param opt.measureNameEnvVar - Environment variable name for coordinating groupId across processes (optional)
172171
*/
173172
constructor(opt: {
174173
debug?: boolean;

packages/utils/src/lib/wal-sharded.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const read = (p: string) => vol.readFileSync(p, 'utf8') as string;
1919
const getShardedWal = (overrides?: {
2020
dir?: string;
2121
format?: Partial<WalFormat>;
22-
measureNameEnvVar?: string;
2322
autoCoordinator?: boolean;
2423
groupId?: string;
2524
}) => {

0 commit comments

Comments
 (0)