mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
Split bulk downloads into file type and cache output
This commit is contained in:
parent
55985b0c2f
commit
12b79b5dcd
11 changed files with 395 additions and 178 deletions
|
@ -29,7 +29,7 @@ $allEbooks = [];
|
|||
$newestEbooks = [];
|
||||
$subjects = [];
|
||||
$ebooksBySubject = [];
|
||||
$ebooksPerNewestEbooksFeed = 30;
|
||||
$ebooksPerNewestEbooksFeed = 15;
|
||||
|
||||
if(!is_dir($webRoot . '/feeds/opds/subjects')){
|
||||
mkdir($webRoot . '/feeds/opds/subjects');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue