1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-05 18:35:01 +02:00

Slow down attachment migration to 50 per second.

This commit is contained in:
Cameron 2013-04-19 01:52:01 -07:00
parent 631184f6ea
commit bde9816a8e

View File

@ -1153,7 +1153,7 @@ function step10_ajax()//TODO
$qry = "
SELECT post_id, post_thread, post_entry, post_user FROM `#forum_post`
WHERE post_entry REGEXP '_[[:digit:]]+_FT'
AND post_id > {$lastPost} LIMIT 200
AND post_id > {$lastPost} LIMIT 50
";
if ($sql->gen($qry))