diff --git a/src/Infrastructure/API/Server.php b/src/Infrastructure/API/Server.php index d7e7b3f..700070c 100644 --- a/src/Infrastructure/API/Server.php +++ b/src/Infrastructure/API/Server.php @@ -29,7 +29,7 @@ final class Server implements AppModuleInterface { private static Server $_instance; private int $connectionLimit = 1024; - private int $connectionPerIpLimit = 10; + private int $connectionPerIpLimit = 200; /** * @param ?HttpServer $httpServer