mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-14 18:45:06 +00:00
Cache enhancements:
- Use quota for /p/ requests - Correctly detect owner.full_name to save unneeded requests out - Unify quota reached pages - Unify post presentation into function that fetches prerequisites - Add getByID method to userRequestCache
This commit is contained in:
14
src/site/pug/quota_reached.pug
Normal file
14
src/site/pug/quota_reached.pug
Normal file
@@ -0,0 +1,14 @@
|
||||
include includes/error.pug
|
||||
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= `Quota reached | Bibliogram`
|
||||
include includes/head
|
||||
body.error-page
|
||||
+error(429, "Quota reached", true)
|
||||
| Each person has a limited number of requests to Bibliogram.
|
||||
| You have reached that limit. You cannot load any more data on this instance.
|
||||
| Your quota will reset automatically after some time has passed.
|
||||
|
|
||||
|
|
||||
Reference in New Issue
Block a user