Skip to content

Commit bd1e824

Browse files
committed
fix
1 parent 1d9a2c7 commit bd1e824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/connector-node/risingwave-connector-service/src/main/resources/mongodb.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ capture.mode=${debezium.capture.mode:-change_streams_update_full}
1414
# disable tombstones event
1515
tombstones.on.delete=${debezium.tombstones.on.delete:-false}
1616
# The number of milliseconds the driver will wait before a new connection attempt is aborted.
17-
mongodb.connect.timeout.ms={debezium.mongodb.connect.timeout.ms:-15000}
17+
mongodb.connect.timeout.ms=${debezium.mongodb.connect.timeout.ms:-15000}
1818
# The frequency that the cluster monitor attempts to reach each server.
1919
mongodb.heartbeat.frequency.ms=${debezium.mongodb.heartbeat.frequency.ms:-10000}
2020

0 commit comments

Comments
 (0)