优化3
This commit is contained in:
@@ -24,6 +24,9 @@ $server = new PopServer(
|
||||
require dirname(__DIR__) . '/config/policies.php',
|
||||
Env::csv('POP_ALLOWED_AGENT_TRANSPORTS', ['tcp']),
|
||||
Env::get('AUDIT_LOG', dirname(__DIR__) . '/runtime/audit.log'),
|
||||
Env::int('LAYLINK_MAX_SEND_BUFFER_BYTES', 64 * 1024 * 1024, 1024 * 1024),
|
||||
Env::int('LAYLINK_BACKPRESSURE_HIGH_WATERMARK_BYTES', 32 * 1024 * 1024, 512 * 1024),
|
||||
Env::int('LAYLINK_DATA_CHUNK_BYTES', 1024 * 1024, 16 * 1024, 8 * 1024 * 1024),
|
||||
);
|
||||
$server->boot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user