Skip to content

Commit 72f39d8

Browse files
committed
plumb connector through when syncing
1 parent 10f5dd8 commit 72f39d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsql/src/database/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ cfg_replication! {
402402
if res.status().is_success() {
403403
tracing::trace!("Using sync protocol v2 for {}", url);
404404
return Builder::new_synced_database(path, url, auth_token)
405+
.connector(connector)
405406
.remote_writes(true)
406407
.read_your_writes(read_your_writes)
407408
.build()

0 commit comments

Comments
 (0)