Merge remote-tracking branch 'origin/feat-custom-cf-hostnames' into feat-migration

This commit is contained in:
Jake Barnby 2024-11-12 21:43:52 +13:00
commit c7f92fbb02
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -61,8 +61,6 @@ include __DIR__ . '/controllers/general.php';
$http->on(Constant::EVENT_START, function (Server $http) use ($payloadSize, $register) {
$app = new App('UTC');
$app->setCompression(true);
$app->setCompressionMinSize(intval(System::getEnv('_APP_COMPRESSION_MIN_SIZE_BYTES', '1024'))); // 1KB
go(function () use ($register, $app) {
$pools = $register->get('pools');