mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-01 04:44:52 +03:00
increase number of messages
This commit is contained in:
parent
86ad5a5f29
commit
23a5705c9c
@ -549,7 +549,7 @@ function Logs() {
|
|||||||
|
|
||||||
{isWebsocket ? (
|
{isWebsocket ? (
|
||||||
<div className="my-2 flex size-full flex-col overflow-hidden rounded-md border border-secondary bg-background_alt">
|
<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>
|
||||||
) : (
|
) : (
|
||||||
<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">
|
<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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user