Skip to content

Commit

Permalink
#429 поправил максимальный размер файла для загрузки
Browse files Browse the repository at this point in the history
  • Loading branch information
apor committed Nov 30, 2022
1 parent 629903c commit 14b59a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PBXCoreREST/Workers/WorkerDownloader.php
Expand Up @@ -50,7 +50,7 @@ public function start($params): void
Util::sysLogMsg(__CLASS__, 'Wrong download settings', LOG_ERR);
return;
}
ini_set('memory_limit', '300M');
ini_set('memory_limit', '400M');

$temp_dir = dirname($this->settings['res_file']);
$this->progress_file = $temp_dir . '/progress';
Expand Down

0 comments on commit 14b59a9

Please sign in to comment.