Merge branch 'bugfix/liwenrui/clientdownload' into 'master'
* fix oom on downloading client. See merge request easycorp/zentaopms!4573
This commit is contained in:
@@ -102,6 +102,7 @@ class myMisc extends misc
|
||||
|
||||
if($action == 'downloadPackage')
|
||||
{
|
||||
ini_set('memory_limit', '512M');
|
||||
$account = $this->app->user->account;
|
||||
$clientDir = $this->app->wwwRoot . 'data/client/' . "$account/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user