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:
parent
631184f6ea
commit
bde9816a8e
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user