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
This commit is contained in:
Daniel Stenberg 2022-07-17 23:48:22 +02:00
parent fe93bb4d1f
commit 0484127805
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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)
{