diff --git a/controllers/Download.php b/controllers/Download.php index f9b81ef..94e10a5 100644 --- a/controllers/Download.php +++ b/controllers/Download.php @@ -75,6 +75,9 @@ class Download // Close STDIN pipe to start archiving. fclose($pipes[0]); + // At this point, end output buffering so we can enjoy more than ~62MB of photos. + ob_end_flush(); + do { // Read STDOUT as `tar` is doing its work.