]> git.ipfire.org Git - thirdparty/cups.git/commit
The scheduler (incorrectly) woke up once per second to remove stale temporary
authorMichael Sweet <michael.r.sweet@gmail.com>
Mon, 11 Sep 2017 21:08:17 +0000 (17:08 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Mon, 11 Sep 2017 21:08:17 +0000 (17:08 -0400)
commit123cfe0202564a6ea0b2cdf33958bf550ab00016
tree647ba38be85c800bde9edf9ede0838719da940d0
parentd2123aee5550f3b984e5bd8b11a6abbbd9913485
The scheduler (incorrectly) woke up once per second to remove stale temporary
queues (Issue #5100).

- scheduler/main.c: Update local_timeout to start at 0 and only get updated as
  needed.

Fixes: #5100
CHANGES.md
scheduler/main.c