summaryrefslogtreecommitdiff
path: root/config.h
blob: 6e183ff294b5e967b9c20e8fa2834188f1e5cc22 (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 100
#define FREE_THREAD_ALLOC 100

#endif