hackz.
[dcpomatic.git] / src / tools / dcpomatic_disk_writer.cc
index eb4e31c447180522b0986e1977b4964814d67de3..7d7a9d9d93adaa85afdb59b2bd9596b4fdf2a3c6 100644 (file)
@@ -133,7 +133,7 @@ write (boost::filesystem::path from, boost::filesystem::path to, uint64_t& total
        }
        Digester digester;
 
-       int progress_frequency = 5000;
+       int progress_frequency = 1;
        int progress_count = 0;
        uint64_t remaining = file_size (from);
        while (remaining > 0) {