Merge pull request 'Raising the limit of history container size' (#31) from skobkin-patch-1-history-limit into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

Reviewed-on: #31
This commit is contained in:
Alexey Skobkin 2024-10-30 16:13:24 +00:00
commit 61b3bd00c3

View file

@ -5,7 +5,7 @@ import (
"log/slog"
)
const HistoryLength = 50
const HistoryLength = 150
type Message struct {
Name string