Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It appears that using a signed int causes the reads from libsystemd-journal to return incorrect values when comparing time stamps. I've fixed them to unsigned ones and monitored the performance on 2 systems for 3 days and it no longer misbehaves. I've also made it use `atoll` instead of `atoi` to prevent incomplete results.
- Loading branch information