From b1c0ba4da0e3bef55c4423368de3bfc2f34229e8 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 25 Jul 2025 16:53:02 +0300 Subject: [PATCH] stress: Allow multi-threading but warn about it --- stress/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stress/main.rs b/stress/main.rs index 4817364de..05e35c589 100644 --- a/stress/main.rs +++ b/stress/main.rs @@ -455,8 +455,7 @@ async fn main() -> Result<(), Box> { let opts = Opts::parse(); if opts.nr_threads > 1 { - println!("ERROR: Multi-threaded data access is not yet supported: https://github.com/tursodatabase/turso/issues/1552"); - return Ok(()); + println!("WARNING: Multi-threaded data access is not yet supported: https://github.com/tursodatabase/turso/issues/1552"); } let plan = if opts.load_log {