mirror of
https://github.com/simon987/sist2.git
synced 2025-12-11 14:38:54 +00:00
Increase scan queue size
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user