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
Showing only changes of commit 40b20b1b50 - Show all commits

View file

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