Split bulk downloads into file type and cache output

This commit is contained in:
Alex Cabal 2022-07-09 17:22:13 -05:00
parent 55985b0c2f
commit 12b79b5dcd
11 changed files with 395 additions and 178 deletions

View file

@ -29,7 +29,7 @@ $allEbooks = [];
$newestEbooks = [];
$subjects = [];
$ebooksBySubject = [];
$ebooksPerNewestEbooksFeed = 30;
$ebooksPerNewestEbooksFeed = 15;
if(!is_dir($webRoot . '/feeds/opds/subjects')){
mkdir($webRoot . '/feeds/opds/subjects');