Skip to content

Commit

Permalink
logical_poll_seconds -> logical_poll_total_seconds in readme (transfe…
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmorin authored Aug 5, 2021
1 parent a5a16f8 commit 11914d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Full list of options in `config.json`:
| dbname | String | Yes | PostgreSQL database name |
| filter_schemas | String | No | Comma separated schema names to scan only the required schemas to improve the performance of data extraction. (Default: None) |
| ssl | String | No | If set to `"true"` then use SSL via postgres sslmode `require` option. If the server does not accept SSL connections or the client certificate is not recognized the connection will fail. (Default: None) |
| logical_poll_seconds | Integer | No | Stop running the tap when no data received from wal after certain number of seconds. (Default: 10800) |
| logical_poll_total_seconds | Integer | No | Stop running the tap when no data received from wal after certain number of seconds. (Default: 10800) |
| break_at_end_lsn | Boolean | No | Stop running the tap if the newly received lsn is after the max lsn that was detected when the tap started. (Default: true) |
| max_run_seconds | Integer | No | Stop running the tap after certain number of seconds. (Default: 43200) |
| debug_lsn | String | No | If set to `"true"` then add `_sdc_lsn` property to the singer messages to debug postgres LSN position in the WAL stream. (Default: None) |
Expand Down

0 comments on commit 11914d4

Please sign in to comment.