You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Cache posts to the server rather than reading the post file every time a request is made (should speed things up slightly). The ability to refresh the server's posts would be at an endpoint like /api/refreshPosts/ and would have a ratelimit of 1 request per hour.
This shouldn't affect the way posts work since I don't usually edit posts (unless it's important).
The text was updated successfully, but these errors were encountered:
Cache posts to the server rather than reading the post file every time a request is made (should speed things up slightly). The ability to refresh the server's posts would be at an endpoint like
/api/refreshPosts/
and would have a ratelimit of 1 request per hour.This shouldn't affect the way posts work since I don't usually edit posts (unless it's important).
The text was updated successfully, but these errors were encountered: