mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
Increase scan queue size
This commit is contained in:
parent
71f9dfcfe0
commit
33f97f6bfb
@ -3,7 +3,7 @@
|
||||
#include "sist.h"
|
||||
#include <pthread.h>
|
||||
|
||||
#define MAX_QUEUE_SIZE 10000
|
||||
#define MAX_QUEUE_SIZE 1000000
|
||||
|
||||
typedef void (*thread_func_t)(void *arg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user