diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-09 17:22:05 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-09 17:22:05 -0600 |
commit | 28cd253d19f49a6450bce90a5b81df939d0be2c9 (patch) | |
tree | 14ad83be65cb024429100b9250065b3c63c989ad /phpBB | |
parent | 79818c2139c305147d53ffb7217bec7568ff8b9c (diff) | |
download | forums-28cd253d19f49a6450bce90a5b81df939d0be2c9.tar forums-28cd253d19f49a6450bce90a5b81df939d0be2c9.tar.gz forums-28cd253d19f49a6450bce90a5b81df939d0be2c9.tar.bz2 forums-28cd253d19f49a6450bce90a5b81df939d0be2c9.tar.xz forums-28cd253d19f49a6450bce90a5b81df939d0be2c9.zip |
[feature/migrations] Comment
PHPBB3-9737
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/test.php b/phpBB/test.php index ed4c1928ee..7a2dafb7ef 100644 --- a/phpBB/test.php +++ b/phpBB/test.php @@ -101,6 +101,7 @@ if (!$db_tools->sql_table_exists(MIGRATIONS_TABLE)) $migrator = $phpbb_container->get('migrator'); $migrator->load_migrations($phpbb_root_path . 'includes/db/migration/data/'); +// What is a safe limit of execution time? Half the max execution time should be safe. $safe_time_limit = (ini_get('max_execution_time') / 2); while (!$migrator->finished()) |