]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib3026: reduce the number of threads to 100
authorDaniel Stenberg <daniel@haxx.se>
Sun, 17 Jul 2022 21:48:22 +0000 (23:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Jul 2022 09:58:38 +0000 (11:58 +0200)
Down from 1000, to make it run and work in more systems.

Fixes #9172
Reported-by: Érico Nogueira Rolim
Closes #9173

tests/libtest/lib3026.c

index 43fe33529e1f00d06c31dc7bc61911a07a1ef672..496a23f3cabd650ed7f1b2ec7ce323c0a2ede58b 100644 (file)
@@ -30,7 +30,7 @@
 #include <pthread.h>
 #include <unistd.h>
 
-#define NUM_THREADS 1000
+#define NUM_THREADS 100
 
 static void *run_thread(void *ptr)
 {