Skip to content

Commit 7619de0

Browse files
committed
fix compilation
1 parent 22b7bdf commit 7619de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libsql-server/src/namespace/meta_store.rs

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ pub async fn metastore_connection_maker(
132132
s3_max_retries: 10,
133133
skip_snapshot: false,
134134
skip_shutdown_upload: false,
135+
stall_protection_grace_period: std::time::Duration::from_secs(5 * 60),
135136
};
136137
let mut replicator = bottomless::replicator::Replicator::with_options(
137138
db_path.join("data").to_str().unwrap(),

0 commit comments

Comments
 (0)