Rework album/tag downloads #19

Merged
Roflin merged 6 commits from tag-download into master 2020-03-11 20:04:31 +01:00
Showing only changes of commit c7d3b9c3d1 - Show all commits

View File

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