hackz.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2020 20:12:43 +0000 (22:12 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2020 20:12:43 +0000 (22:12 +0200)
src/tools/dcpomatic_disk_writer.cc

index 7d7a9d9d93adaa85afdb59b2bd9596b4fdf2a3c6..54749691d3b913573b3ee03e681a57e617908bbb 100644 (file)
@@ -91,7 +91,7 @@ using boost::optional;
 #ifdef DCPOMATIC_LINUX
 static PolkitAuthority* polkit_authority = 0;
 #endif
-static uint64_t const block_size = 4096 * 4096;
+static uint64_t const block_size = 4096 * 16384;
 static Nanomsg* nanomsg = 0;
 
 #define SHORT_TIMEOUT 100