blob: e2845da12c14f65917155fe5e2bf7ea9280400aa (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define MAX_ACCEPT_WORKER 5
#define EPOLL_ACCEPTFD_WATCHLIST_LEN 100
#define FREE_THREAD_ALLOC 100
#define THREAD_MAX_QUEUE_EVENTS 50
#endif
|