mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
fix: increase connection limit per ip
This commit is contained in:
@@ -29,7 +29,7 @@ final class Server implements AppModuleInterface {
|
|||||||
private static Server $_instance;
|
private static Server $_instance;
|
||||||
|
|
||||||
private int $connectionLimit = 1024;
|
private int $connectionLimit = 1024;
|
||||||
private int $connectionPerIpLimit = 10;
|
private int $connectionPerIpLimit = 200;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param ?HttpServer $httpServer
|
* @param ?HttpServer $httpServer
|
||||||
|
Reference in New Issue
Block a user