We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b7bdf commit 7619de0Copy full SHA for 7619de0
libsql-server/src/namespace/meta_store.rs
@@ -132,6 +132,7 @@ pub async fn metastore_connection_maker(
132
s3_max_retries: 10,
133
skip_snapshot: false,
134
skip_shutdown_upload: false,
135
+ stall_protection_grace_period: std::time::Duration::from_secs(5 * 60),
136
};
137
let mut replicator = bottomless::replicator::Replicator::with_options(
138
db_path.join("data").to_str().unwrap(),
0 commit comments