Raising the limit of history container size
This commit is contained in:
parent
519b4f40bb
commit
40b20b1b50
|
@ -5,7 +5,7 @@ import (
|
|||
"log/slog"
|
||||
)
|
||||
|
||||
const HistoryLength = 50
|
||||
const HistoryLength = 150
|
||||
|
||||
type Message struct {
|
||||
Name string
|
||||
|
|
Loading…
Reference in a new issue