Merge pull request #135 from tstromberg/fp4
Increase long uptime cutoff from 60d to 90d
This commit is contained in:
commit
b9ea18e50f
|
@ -12,4 +12,4 @@ FROM
|
|||
os_version,
|
||||
uptime
|
||||
WHERE
|
||||
uptime.days > 60;
|
||||
uptime.days > 90;
|
||||
|
|
Loading…
Reference in New Issue