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
@ -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…
Reference in New Issue
Block a user