hackz.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2020 09:58:25 +0000 (11:58 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2020 09:58:25 +0000 (11:58 +0200)
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) {