feat: Extend the length of status bar and feed sufficient data (#5241)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Ryo Hanafusa
2025-04-25 20:47:18 +09:00
committed by GitHub
parent 0876b1cbf5
commit 3b58ac3fd3
3 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ router.get("/api/status-page/heartbeat/:slug", cache("1 minutes"), async (reques
SELECT * FROM heartbeat
WHERE monitor_id = ?
ORDER BY time DESC
LIMIT 50
LIMIT 100
`, [
monitorID,
]);