increase number of messages

This commit is contained in:
Josh Hawkins 2026-03-01 07:28:41 -06:00
parent 86ad5a5f29
commit 23a5705c9c

View File

@ -549,7 +549,7 @@ function Logs() {
{isWebsocket ? (
<div className="my-2 flex size-full flex-col overflow-hidden rounded-md border border-secondary bg-background_alt">
<WsMessageFeed />
<WsMessageFeed maxSize={2000} />
</div>
) : (
<div className="relative my-2 flex size-full flex-col overflow-hidden whitespace-pre-wrap rounded-md border border-secondary bg-background_alt font-mono text-xs sm:p-1">