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