mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
perf/throughput/turso: Use 30 second busy timeout like in rusqlite
This commit is contained in:
@@ -36,7 +36,7 @@ struct Args {
|
||||
|
||||
#[arg(
|
||||
long = "timeout",
|
||||
default_value = "50",
|
||||
default_value = "30000",
|
||||
help = "Busy timeout in milliseconds"
|
||||
)]
|
||||
timeout: u64,
|
||||
|
||||
Reference in New Issue
Block a user