implement new timeline code into more areas of codebase, pull in latest go-mangler, go-mutexes, go-structr

This commit is contained in:
kim 2025-03-20 13:15:25 +00:00
commit 4803ae6bad
5 changed files with 82 additions and 86 deletions

View file

@ -216,7 +216,6 @@ func (c *Caches) Sweep(threshold float64) {
c.Timelines.Home.Trim(threshold)
c.Timelines.List.Trim(threshold)
c.Timelines.Public.Trim(threshold)
c.Timelines.Local.Trim(threshold)
c.Visibility.Trim(threshold)
}