applied memory cap capability from netlib

This commit is contained in:
Luna 2025-05-17 03:22:19 +02:00
parent d68902f540
commit c0e798996b
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ char *search_substring(char *start_data, const char *substring, size_t size)
int main()
{
netlib::server_raw server(false, 0);
netlib::server_raw server(150000000);
server.open_server("0.0.0.0", 8080);
while (true)

2
netlib

@ -1 +1 @@
Subproject commit 57b7a51ebbec052c421ecbab66884319faaad26f
Subproject commit 992d224bc0b0d51bca487581e123bbf9dc5e5939