Choose any two refs to compare.
··· 39 39 .select() 40 40 .from(messagesTable) 41 41 .where(eq(messagesTable.channelAtUri, channelAtUriString)) 42 42 - .limit(100); 42 42 + .limit(100000); 43 43 return { ok: true, data: messages }; 44 44 };