This commit is contained in:
2021-03-03 18:35:04 +08:00
parent 1c6cde4133
commit c337280d4e
25 changed files with 533 additions and 499 deletions
+2 -4
View File
@@ -108,10 +108,8 @@ class Application extends BaseApplication
public function start(Input $argv): void
{
try {
ini_set('opcache.enable', '1');
ini_set('opcache.enable_cli', '1');
ini_set('opcache.jit_buffer_size', '100M');
ini_set('opcache.jit', '1255');
$annotation = $this->getAttributes();
$annotation->read(APP_PATH, 'App\\');
fire(Event::SERVER_BEFORE_START);