Skip to content

v1.4.0: Pagination and rate limiting

Compare
Choose a tag to compare
@Neztore Neztore released this 16 Dec 18:31
· 22 commits to master since this release
5ea4e72

Improvements

  • Add rate limiting. This is set to 1000 per minute globally, and 15 uploads per minute.

    • These are currently hard set limits. The global limit can be customised using env.ratelimit.
  • Added pagination. Pages are 200 images, and you can navigate through them. Helps to make loading a bit faster and means all images are now accessible - instead of just the last 600, as was previously the case.

Fixes

  • Renamed home.js to dashboard.js, because it makes more sense and that is what the main file is called.