Skip to content
Snippets Groups Projects
Commit c7ac2a0f authored by Demian Katz's avatar Demian Katz
Browse files

Avoid timeout.

parent 33367315
No related merge requests found
......@@ -507,6 +507,9 @@ class UpgradeController extends AbstractBase
return $this->forwardTo('Upgrade', 'Home');
}
// This can take a while -- don't time out!
set_time_limit(0);
// Check for problems:
$table = $this->getTable('Resource');
$problems = $table->findMissingMetadata();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment