haroldtreen / epub-press-clients

📦 Clients for building books with EpubPress.
https://epub.press
GNU General Public License v3.0
592 stars 75 forks source link

Revamp Service Limits #8

Closed haroldtreen closed 7 years ago

haroldtreen commented 7 years ago

Currently EpubPress sets limits in a few categories.

The real reason for these limitations is space. Each image/section requires more data to store and send. The result is that single articles with many images don't work well. Books with many small chapters aren't possible.

A better system would only set limits on total bandwidth.

haroldtreen commented 7 years ago

Images are now being limited based on a total size & an upper limit of 30.

The 50 article limit is also contentious, but going to take a different approach for that...

Closing 👍