perf/throughput/turso: Use 30 second busy timeout like in rusqlite

This commit is contained in:
Pekka Enberg
2025-09-15 13:57:58 +03:00
parent 380b27f58a
commit 877b28bcb3

View File

@@ -36,7 +36,7 @@ struct Args {
#[arg(
long = "timeout",
default_value = "50",
default_value = "30000",
help = "Busy timeout in milliseconds"
)]
timeout: u64,