mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:47:34 +03:00
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:
parent
fe93bb4d1f
commit
0484127805
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define NUM_THREADS 1000
|
||||
#define NUM_THREADS 100
|
||||
|
||||
static void *run_thread(void *ptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue