Remove testing config value

This commit is contained in:
2025-04-18 01:32:50 +02:00
parent 17e39b7973
commit 621da7c9b8
+1 -1
View File
@@ -179,7 +179,7 @@
#define TINYHTTP_ROUTER_MAX_PATH_COMPONENTS 32
#define TINYHTTP_HEADER_LIMIT 32
#define TINYHTTP_SERVER_CONN_LIMIT 3 // (1<<10)
#define TINYHTTP_SERVER_CONN_LIMIT (1<<10)
#define TINYHTTP_SERVER_EPOLL_BATCH_SIZE (1<<10)
////////////////////////////////////////////////////////////////////////////