mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Remove unnecessary cache clearing in Direct module installer
라이믹스 내장 함수를 사용하여 직접 파일을 복사하는 경우 opcache와 stat cache가 자동으로 비워지므로 별도로 호출할 필요가 없음
This commit is contained in:
parent
849201a2b6
commit
0b44e47d65
1 changed files with 0 additions and 3 deletions
|
|
@ -1007,9 +1007,6 @@ class DirectModuleInstaller extends ModuleInstaller
|
|||
}
|
||||
}
|
||||
|
||||
FileHandler::clearStatCache($copied, true);
|
||||
FileHandler::invalidateOpcache($copied);
|
||||
|
||||
$this->_close();
|
||||
|
||||
return new BaseObject();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue