Index: trunk/extensions/MWSearch/luceneUpdate.php |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | $now = wfTime(); |
94 | 94 | $delta = $now - $this->startTime; |
95 | 95 | $portion = $this->count / $this->max; |
96 | | - $eta = $now + ($delta / $portion); |
| 96 | + $eta = $this->startTime + ($delta / $portion); |
97 | 97 | $rate = $this->count / $delta; |
98 | 98 | |
99 | 99 | printf( "%s: %6.3f%% on %s, ETA %s [%d/%d] %.2f/sec\n", |