and flush cache
This commit is contained in:
parent
41a9cf5f6f
commit
c34a17f1f2
1 changed files with 1 additions and 0 deletions
1
web.go
1
web.go
|
|
@ -2383,6 +2383,7 @@ func bgmonitor() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
elog.Printf("error deleting old xonkers: %s", err)
|
elog.Printf("error deleting old xonkers: %s", err)
|
||||||
}
|
}
|
||||||
|
zaggies.Flush()
|
||||||
time.Sleep(50 * time.Minute)
|
time.Sleep(50 * time.Minute)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue