Archived
1
0

fix history.html

This commit is contained in:
Jeff Becker 2017-08-08 18:30:59 -04:00
parent f079a1fee4
commit fa5e250595

View File

@ -66,6 +66,8 @@ func (self *VarnishCache) invalidateUkko() {
self.invalidate(fmt.Sprintf("%s%so/", self.varnish_url, self.prefix))
// TODO: this is lazy af
self.RegenFrontPage()
// TODO: this is also lazy af
self.invalidate(fmt.Sprintf("%s%shistory.html", self.varnish_url, self.prefix))
}
func (self *VarnishCache) pollRegen() {