mirror of
https://github.com/rekryt/iplist.git
synced 2026-02-26 01:08:31 +03:00
feat: increase connectionPerIpLimit
This commit is contained in:
@@ -28,8 +28,8 @@ use function OpenCCK\getEnv;
|
|||||||
final class Server implements AppModuleInterface {
|
final class Server implements AppModuleInterface {
|
||||||
private static Server $_instance;
|
private static Server $_instance;
|
||||||
|
|
||||||
private int $connectionLimit = 1024;
|
private int $connectionLimit = 100000;
|
||||||
private int $connectionPerIpLimit = 200;
|
private int $connectionPerIpLimit = 100000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param ?HttpServer $httpServer
|
* @param ?HttpServer $httpServer
|
||||||
|
|||||||
Reference in New Issue
Block a user