From: Daniel Stenberg Date: Sun, 17 Jul 2022 21:48:22 +0000 (+0200) Subject: lib3026: reduce the number of threads to 100 X-Git-Tag: curl-7_85_0~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0484127805dc2cb7c743b67e017a725b5369227d;p=thirdparty%2Fcurl.git lib3026: reduce the number of threads to 100 Down from 1000, to make it run and work in more systems. Fixes #9172 Reported-by: Érico Nogueira Rolim Closes #9173 --- diff --git a/tests/libtest/lib3026.c b/tests/libtest/lib3026.c index 43fe33529e..496a23f3ca 100644 --- a/tests/libtest/lib3026.c +++ b/tests/libtest/lib3026.c @@ -30,7 +30,7 @@ #include #include -#define NUM_THREADS 1000 +#define NUM_THREADS 100 static void *run_thread(void *ptr) {