Raising the limit of history container size #31

Merged
skobkin merged 1 commit from skobkin-patch-1-history-limit into main 2024-10-30 16:13:24 +00:00

View file

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