and flush cache

This commit is contained in:
Ted Unangst 2022-05-05 14:57:26 -04:00
parent 41a9cf5f6f
commit c34a17f1f2
1 changed files with 1 additions and 0 deletions

1
web.go
View File

@ -2383,6 +2383,7 @@ func bgmonitor() {
if err != nil {
elog.Printf("error deleting old xonkers: %s", err)
}
zaggies.Flush()
time.Sleep(50 * time.Minute)
}
}