mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-31 18:31:06 +00:00
Rip out the weekly/monthly HLLs - they're redundant
The weekly data can be constructed much more flexibly by just using the daily data.
This commit is contained in:
parent
9ca9b6b213
commit
e117766eb6
8 changed files with 76 additions and 122 deletions
|
@ -165,10 +165,10 @@ func updateSysMem() {
|
|||
if err == nil {
|
||||
Statistics.SysMemTotalKB = memInfo.MemTotal
|
||||
Statistics.SysMemFreeKB = memInfo.MemAvailable
|
||||
}
|
||||
|
||||
if memInfo.MemAvailable > 0 && memInfo.MemAvailable < Configuration.MinMemoryKBytes {
|
||||
writeAllHLLs()
|
||||
}
|
||||
{
|
||||
writeHLL()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue