diff --git a/core/PerfSettings.php b/core/PerfSettings.php index 51d8660..0ddecfc 100644 --- a/core/PerfSettings.php +++ b/core/PerfSettings.php @@ -29,7 +29,7 @@ public static function BenchmarkTime(): string { } public static function BenchmarkConcurrency(): int { - return 60; + return 200; } ///// Server Settings /////