Skip to content
Snippets Groups Projects
Commit 0791dd8b authored by Lucas Hedding's avatar Lucas Hedding Committed by Lucas Hedding
Browse files

Issue #3093996 by heddn: Opcode cache checker is not registered to run

parent 6112d7b9
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment