import: Make progress reporting a bit less crazy
commit3d5578998c88868fc030a07373ac5a6fdf4690b8
authorAndreas Ericsson <ae@op5.se>
Tue, 6 Jul 2010 15:16:03 +0000 (6 17:16 +0200)
committerAndreas Ericsson <ae@op5.se>
Tue, 6 Jul 2010 15:16:03 +0000 (6 17:16 +0200)
tree133f93094391eb9ab2ef69184d256ff554bff66a
parent68fabd4daa75b6f7d7a91c9d2450b87aedf97f1e
import: Make progress reporting a bit less crazy

We do so by flushing the output after printing it, and increasing
the PROGRESS_INTERVAL to 25000 lines (up from 500). This makes
the character marker appear to stand still at the beginning of the
line and also doesn't cause the ETA to jump so wildly all the time.

The interval of 25000 lines is still low enough to make updates
happen several times per second, even in the cold-cache case on
my slow laptop-disks, so it will surely suffice for real-world
use.

Signed-off-by: Andreas Ericsson <ae@op5.se>
import.c