Hackz.
[dcpomatic.git] / src / tools / dcpomatic_disk_writer.cc
index 2c3753e57e9c318bae90ee9670859294cee1483c..fd6b6db75744e1a510d6f17efdb07e62703e3fe9 100644 (file)
@@ -89,7 +89,7 @@ using boost::optional;
 #ifdef DCPOMATIC_LINUX
 static PolkitAuthority* polkit_authority = 0;
 #endif
-static uint64_t const block_size = 4096;
+static uint64_t const block_size = 4096 * 4096;
 static Nanomsg* nanomsg = 0;
 
 #define SHORT_TIMEOUT 100