Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fetch.php to lower memory consumption #518

Closed
wants to merge 1 commit into from
Closed

Update fetch.php to lower memory consumption #518

wants to merge 1 commit into from

Commits on Sep 14, 2022

  1. Update fetch.php to lower memory consumption

    On big eBooks like comic books you can hit the PHP memory limit. With this changes there is no need to raise the memory limit in php.ini. Also readfile is recommended in the php documentation instead of fpassthru for most cases so I changed it. Also if you download binary data make sure that there is no output after that therefore an explicit exit() at the end.
    allandanton committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b9faec8 View commit details
    Browse the repository at this point in the history