Merge pull request #24934 from nextcloud/max_file_uploads

Remove useless ini_set calls
This commit is contained in:
Roeland Jago Douma 2021-01-07 20:15:13 +01:00 committed by GitHub
commit 4f52e83695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -620,11 +620,6 @@ class OC {
@ini_set('max_execution_time', '3600');
@ini_set('max_input_time', '3600');
//try to set the maximum filesize to 10G
@ini_set('upload_max_filesize', '10G');
@ini_set('post_max_size', '10G');
@ini_set('file_uploads', '50');
self::setRequiredIniValues();
self::handleAuthHeaders();
self::registerAutoloaderCache();