File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
apps/settings/lib/AppInfo Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5858use OCA \Settings \SetupChecks \PhpDisabledFunctions ;
5959use OCA \Settings \SetupChecks \PhpFreetypeSupport ;
6060use OCA \Settings \SetupChecks \PhpGetEnv ;
61- use OCA \Settings \SetupChecks \PhpMaxFileSize ;
6261use OCA \Settings \SetupChecks \PhpMemoryLimit ;
6362use OCA \Settings \SetupChecks \PhpModules ;
6463use OCA \Settings \SetupChecks \PhpOpcacheSetup ;
@@ -204,7 +203,7 @@ public function register(IRegistrationContext $context): void {
204203 $ context ->registerSetupCheck (PhpFreetypeSupport::class);
205204 $ context ->registerSetupCheck (PhpApcuConfig::class);
206205 $ context ->registerSetupCheck (PhpGetEnv::class);
207- $ context ->registerSetupCheck (PhpMaxFileSize::class);
206+ // Temporarily disabled $context->registerSetupCheck(PhpMaxFileSize::class);
208207 $ context ->registerSetupCheck (PhpMemoryLimit::class);
209208 $ context ->registerSetupCheck (PhpModules::class);
210209 $ context ->registerSetupCheck (PhpOpcacheSetup::class);
You can’t perform that action at this time.
0 commit comments