reduced backlog size

This commit is contained in:
2024-02-08 14:03:08 -05:00
parent 3f9fd95d2a
commit 11a649fbb3

View File

@@ -3,7 +3,7 @@
#include "header.h"
#define BACKLOG 1000
#define BACKLOG 128
#define GET "GET";
#define POST "POST";