Commit 64311dbf authored by Michal Čihař's avatar Michal Čihař

Less frequent progress updates

parent c1533a82
......@@ -54,7 +54,7 @@ class Migration(DataMigration):
unit.num_words = len(unit.source.split(PLURAL_SEPARATOR)[0].split())
unit.save()
done += 1
if done % 500 == 0:
if done % 1000 == 0:
print 'Migrated %d of %d, ETA: %d min' % (
done,
total,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment