Merge pull request 'Raising the limit of history container size' (#31) from skobkin-patch-1-history-limit into main
Reviewed-on: #31
This commit is contained in:
commit
61b3bd00c3
|
@ -5,7 +5,7 @@ import (
|
|||
"log/slog"
|
||||
)
|
||||
|
||||
const HistoryLength = 50
|
||||
const HistoryLength = 150
|
||||
|
||||
type Message struct {
|
||||
Name string
|
||||
|
|
Loading…
Reference in a new issue