Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
automatic_updates-3242724
Commits
0791dd8b
Commit
0791dd8b
authored
Nov 12, 2019
by
heddn
Committed by
heddn
Nov 12, 2019
Browse files
Issue
#3093996
by heddn: Opcode cache checker is not registered to run
parent
6112d7b9
Changes
1
Show whitespace changes
Inline
Side-by-side
ReadinessCheckers/ReadinessCheckerManager.php
View file @
0791dd8b
...
...
@@ -29,6 +29,7 @@ class ReadinessCheckerManager {
static
::
$checkers
[
'warning'
][
0
][]
=
'ModifiedFiles'
;
static
::
$checkers
[
'warning'
][
0
][]
=
'PhpSapi'
;
static
::
$checkers
[
'error'
][
0
][]
=
'DiskSpace'
;
static
::
$checkers
[
'error'
][
0
][]
=
'OpcodeCache'
;
static
::
$checkers
[
'error'
][
0
][]
=
'PendingDbUpdates'
;
static
::
$checkers
[
'error'
][
0
][]
=
'ReadOnlyFilesystem'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment