diff --git a/portal.go b/portal.go index cdc479f..7da5f1e 100644 --- a/portal.go +++ b/portal.go @@ -565,7 +565,7 @@ func (portal *Portal) FillInitialHistory(user *User) error { fromMe := true chunkNum := 1 for n > 0 { - count := 100 + count := 50 if n < count { count = n }