summaryrefslogtreecommitdiff
path: root/config.h
blob: 2b4acaef92578a219a65079962c9ce545b151b8c (plain)
1
2
3
4
5
6
7
8
#ifndef _CONFIG_H_
#define _CONFIG_H_

#define MAX_ACCEPT_WORKER 5
#define EPOLL_ACCEPTFD_WATCHLIST_LEN 20
#define FREE_THREAD_ALLOC 100

#endif