Skip to content

Commit

Permalink
Implemented feedback from Zahid
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas committed May 17, 2024
1 parent a7fb7e5 commit 9857271
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ The `[<seconds>]` value must be a number between 0 and 900, the default is 30 se

- `-snapshotAbortOnConnFailure [true/false]`

Specify if to abort the snapshot replication if all the reconnection attempts fail.
Specify if to abort the Snapshot replication if all the reconnection attempts fail.

Set the `-snapshotAbortOnConnFailure` to `false`, to skip replicating the failed table and proceed to the next table.
The default is `true`, which aborts the Snapshot session if the connection fails after the the specified `-snapshotAbortOnConnFailure` threshold.
The default is `true`, which aborts the Snapshot session if the connection fails after the specified `-snapshotConnRetryCount` threshold.

- `-snapshotPGIdleTxSessionTimeOut [<seconds>]`

Expand Down

2 comments on commit 9857271

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://66477041089caae372463f2c--edb-docs.netlify.app

Please sign in to comment.