mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11881] Limit to 500
PHPBB3-11881
This commit is contained in:
@@ -42,7 +42,7 @@ class timezone extends \phpbb\db\migration\migration
|
|||||||
public function update_timezones($start)
|
public function update_timezones($start)
|
||||||
{
|
{
|
||||||
$start = (int) $start;
|
$start = (int) $start;
|
||||||
$limit = 5000;
|
$limit = 500;
|
||||||
$converted = 0;
|
$converted = 0;
|
||||||
|
|
||||||
$update_blocks = array();
|
$update_blocks = array();
|
||||||
|
Reference in New Issue
Block a user