aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/setupchecks.js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-12-15 22:51:37 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-12-15 23:50:26 +0100
commit1995097cb8623b2447a2805a8e8e045c24203311 (patch)
tree9b95c5e083e96c46f17c07aeaacc69eb21389d23 /core/js/setupchecks.js
parentf68cab4e39817c04bb95ddcdc42e46997d36199f (diff)
downloadnextcloud-server-1995097cb8623b2447a2805a8e8e045c24203311.tar.gz
nextcloud-server-1995097cb8623b2447a2805a8e8e045c24203311.zip
promoted bad memory_limit setting to error as it may break updater
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core/js/setupchecks.js')
-rw-r--r--core/js/setupchecks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 22c8589f73b..52169946c1e 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -453,7 +453,7 @@
'core',
'The PHP memory limit is below the recommended value of 512MB.'
),
- type: OC.SetupChecks.MESSAGE_TYPE_WARNING
+ type: OC.SetupChecks.MESSAGE_TYPE_ERROR
})
}