Skip to content

Commit

Permalink
documentation fix (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsinghstudios committed Feb 29, 2024
1 parent 0d02003 commit 6bc74d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ every 5 seconds
```properties
debezium.sink.batch.batch-size-wait=MaxBatchSizeWait
debezium.source.connector.class=io.debezium.connector.postgresql.PostgresConnector
debezium.source.max.batch.size=2048;
debezium.source.max.queue.size=16000";
debezium.source.max.batch.size=2048
debezium.source.max.queue.size=16000
debezium.sink.batch.batch-size-wait.max-wait-ms=30000
debezium.sink.batch.batch-size-wait.wait-interval-ms=5000
```
Expand Down

0 comments on commit 6bc74d3

Please sign in to comment.