mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
Slow down attachment migration to 50 per second.
This commit is contained in:
@@ -1153,7 +1153,7 @@ function step10_ajax()//TODO
|
|||||||
$qry = "
|
$qry = "
|
||||||
SELECT post_id, post_thread, post_entry, post_user FROM `#forum_post`
|
SELECT post_id, post_thread, post_entry, post_user FROM `#forum_post`
|
||||||
WHERE post_entry REGEXP '_[[:digit:]]+_FT'
|
WHERE post_entry REGEXP '_[[:digit:]]+_FT'
|
||||||
AND post_id > {$lastPost} LIMIT 200
|
AND post_id > {$lastPost} LIMIT 50
|
||||||
";
|
";
|
||||||
|
|
||||||
if ($sql->gen($qry))
|
if ($sql->gen($qry))
|
||||||
|
Reference in New Issue
Block a user