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

#define MAX_ACCEPT_WORKER 5
#define EPOLL_ACCEPTFD_WATCHLIST_LEN 20

#endif