mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 03:30:34 -04:00
Rebuild 2 images at a time.
This commit is contained in:
@@ -246,7 +246,7 @@ class graphics_Core {
|
||||
$completed++;
|
||||
$remaining--;
|
||||
|
||||
if ($i++ == 3) {
|
||||
if (++$i == 2) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user