summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-09-27 20:06:24 +0700
committerfadhil riyanto <me@fadev.org>2024-09-27 20:06:24 +0700
commit544420827e20952df190f84856a2ff82b3b2b16c (patch)
treef2cc3afd6e4d5ed34d32df7d94539043de1b2038 /config.h
parent055c6f3eed6f430c493c3d4c0a34d9cbd571ea2f (diff)
add epoll
Signed-off-by: fadhil riyanto <me@fadev.org>
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..c5f8568
--- /dev/null
+++ b/config.h
@@ -0,0 +1,6 @@
+#ifndef _CONFIG_H_
+#define _CONFIG_H_
+
+#define MAX_ACCEPT_WORKER 5
+
+#endif \ No newline at end of file