We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d80077 commit f402441Copy full SHA for f402441
libsql-server/src/lib.rs
@@ -383,6 +383,7 @@ where
383
}
384
retry = match connection_maker.untracked().await {
385
Ok(conn) => {
386
+ conn.with_raw(|c| c.busy_timeout(std::time::Duration::from_secs(5)))?;
387
if let Err(e) = conn.vacuum_if_needed().await {
388
tracing::warn!("vacuum failed: {}", e);
389
0 commit comments