mirror of
https://github.com/humhub/humhub.git
synced 2025-04-20 07:02:13 +02:00
Fixed max execution time problem at installer on slow databases.
This commit is contained in:
parent
ea6973469e
commit
9e6acf1ccc
@ -160,6 +160,9 @@ class SetupController extends Controller
|
||||
// Flush Caches
|
||||
Yii::app()->cache->flush();
|
||||
|
||||
// Disable max execution time to avoid timeouts during database installation
|
||||
@ini_set('max_execution_time', 0);
|
||||
|
||||
// Migrate Up Database
|
||||
Yii::import('application.commands.shell.ZMigrateCommand');
|
||||
ZMigrateCommand::AutoMigrate();
|
||||
|
Loading…
x
Reference in New Issue
Block a user