Skip to content

Commit 63853e7

Browse files
committed
fix(rotor): support for multithreaded option
1 parent 5f9d001 commit 63853e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webapps/console/lib/schema/destinations.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ export const BaseBulkerConnectionOptions = z
161161
.default("segment-single-table"),
162162
schemaFreeze: z.boolean().default(false),
163163
keepOriginalNames: z.boolean().default(false),
164+
multithreading: z.boolean().optional(),
165+
threadsCount: z.number().optional(),
164166
})
165167
.merge(BatchModeOptions)
166168
.merge(FunctionsConnectionOptions);

0 commit comments

Comments
 (0)