From 877b28bcb3663fc9b60d1887fceec9fa619ca527 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 15 Sep 2025 13:57:58 +0300 Subject: [PATCH] perf/throughput/turso: Use 30 second busy timeout like in rusqlite --- perf/throughput/turso/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/throughput/turso/src/main.rs b/perf/throughput/turso/src/main.rs index 8679d2666..22d5ce20d 100644 --- a/perf/throughput/turso/src/main.rs +++ b/perf/throughput/turso/src/main.rs @@ -36,7 +36,7 @@ struct Args { #[arg( long = "timeout", - default_value = "50", + default_value = "30000", help = "Busy timeout in milliseconds" )] timeout: u64,