From e8243db62a3c88cdb6e07a8ad8bd25ca0e903c76 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 1 Jan 2026 00:45:38 -0700 Subject: [PATCH] Why did I do this --- database/getChatroomMessages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/getChatroomMessages.php b/database/getChatroomMessages.php index c9210df..afc83ba 100644 --- a/database/getChatroomMessages.php +++ b/database/getChatroomMessages.php @@ -13,7 +13,7 @@ $stmt = $conn1->prepare(" FROM chats WHERE deleted_at = 0 ORDER BY id DESC - LIMIT 500 + LIMIT 50 "); $stmt->execute();