Raising the limit of history container size
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2024-10-30 16:12:39 +00:00
parent 519b4f40bb
commit 40b20b1b50

View file

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