Merge pull request #259 from tstromberg/fpr-may11

Collect recent file events
This commit is contained in:
Thomas Strömberg 2023-05-12 16:37:29 -04:00 committed by GitHub
commit a05089b897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
--
-- tags: postmortem
-- platform: posix
SELECT
*
FROM
file_events;
-- interval: 900
SELECT *
FROM file_events
WHERE time > (strftime('%s', 'now') -900)