Merge pull request #135 from tstromberg/fp4

Increase long uptime cutoff from 60d to 90d
This commit is contained in:
Thomas Strömberg 2023-01-19 12:11:52 -05:00 committed by GitHub
commit b9ea18e50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ FROM
os_version,
uptime
WHERE
uptime.days > 60;
uptime.days > 90;