You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/current/_includes/molt/replicator-flags.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The following flags are set with [`--replicator-flags`](#global-flags) and can b
30
30
|`--stagingMaxLifetime`|`DURATION`| The maximum lifetime of a database connection.<br><br>**Default:**`5m0s`|
31
31
|`--stagingMaxPoolSize`|`INT`| The maximum number of staging database connections.<br><br>**Default:**`128`|
32
32
|`--stagingSchema`|`STRING`| Name of the CockroachDB schema that stores replication metadata. **Required** each time [`--mode replication-only`](#replicate-changes) is rerun after being interrupted, as the schema contains a checkpoint table that enables replication to resume from the correct transaction. For details, refer to [Replicate changes](#replicate-changes).<br><br>**Default:**`_replicator.public`|
33
-
|`--targetApplyQueueSize`|`INT`| Size of the apply queue that buffers mutations before they are written to the target database. Larger values can improve throughput, but increase memory usage. This flag applies only to CockroachDB and PostgreSQL (`pglogical`) sources, and replaces the deprecated `--copierChannel` and `--stageCopierChannelSize` flags. |
33
+
|`--targetApplyQueueSize`|`INT`| Size of the apply queue that buffers mutations before they are written to the target database. Larger values can improve throughput, but increase memory usage. This flag applies only to CockroachDB and PostgreSQL (`pglogical`) sources, and replaces the deprecated `--copierChannel` and `--stageCopierChannelSize` flags. |
34
34
|`--targetConn`|`STRING`| The target database's connection string. |
35
35
|`--targetIdleTime`|`DURATION`| Maximum lifetime of an idle connection.<br><br>**Default:**`1m0s`|
36
36
|`--targetJitterTime`|`DURATION`| The time over which to jitter database pool disconnections.<br><br>**Default:**`15s`|
@@ -40,7 +40,7 @@ The following flags are set with [`--replicator-flags`](#global-flags) and can b
40
40
|`--targetStatementCacheSize`|`INT`| The maximum number of prepared statements to retain.<br><br>**Default:**`128`|
41
41
|`--taskGracePeriod`|`DURATION`| How long to allow for task cleanup when recovering from errors.<br><br>**Default:**`1m0s`|
42
42
|`--timestampLimit`|`INT`| The maximum number of source timestamps to coalesce into a target transaction.<br><br>**Default:**`1000`|
43
-
|`--userscript`|`STRING`| The path to a TypeScript configuration script. For example, `--userscript 'script.ts'`. |
43
+
|`--userscript`|`STRING`| The path to a TypeScript configuration script. For example, `--userscript 'script.ts'`. |
44
44
|`-v`, `--verbose`|`COUNT`| Increase logging verbosity to `debug`; repeat for `trace`. |
0 commit comments