Skip to content

Commit 61a4a57

Browse files
committed
Fix default value for copyTablesToCatchUp
1 parent 2ffe34a commit 61a4a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The port to use for secure replication connections.
266266

267267
When true, Harper will verify certificates against the Node.js bundled CA store. The bundled CA store is a snapshot of the Mozilla CA store that is fixed at release time.
268268

269-
`copyTablesToCatchUp` - _Type_: boolean; _Default_: true
269+
`copyTablesToCatchUp` - _Type_: boolean; _Default_: false
270270

271271
Replication will first attempt to catch up using the audit log. If unsuccessful, it will perform a full table copy. When set to `false`, replication will only use the audit log.
272272

0 commit comments

Comments
 (0)