X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-index-message.cc;h=f1f9e3ada90373a938b35d3fafde457012942006;hp=a3483b93b6b35b01c1bb95caa8beba2b55d70526;hb=5166406befb716d800bb606b510d103dd4272bf9;hpb=a5865d057498f929cf3af5768e3cdac745bb046d diff --git a/notmuch-index-message.cc b/notmuch-index-message.cc index a3483b93..f1f9e3ad 100644 --- a/notmuch-index-message.cc +++ b/notmuch-index-message.cc @@ -735,7 +735,7 @@ main (int argc, char **argv) g_free (filename); count++; - if (count % 250 == 0) { + if (count % 1000 == 0) { gettimeofday (&tv_now, NULL); printf ("Indexed %d messages (%g messages/second)\n", count, count / ((tv_now.tv_sec - tv_start.tv_sec) +