Skip to content

Commit 71ff25a

Browse files
committed
Address technical feedback
1 parent 16e4508 commit 71ff25a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/includes/read/change-streams.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fun main() {
1818

1919
val settings = MongoClientSettings.builder()
2020
.applyConnectionString(ConnectionString(uri))
21-
.retryWrites(true)
2221
.build()
2322

2423
val mongoClient = MongoClient.create(settings)

0 commit comments

Comments
 (0)