refactor: temporarily bump limit
serenity 1 month ago a7f1abc7 59b3257d
··· 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 };