diff options
author | Max Kellermann <max@musicpd.org> | 2018-12-28 14:00:10 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-12-28 14:00:10 +0100 |
commit | 1b20fa441df2587652716d3c66bf1cd23a57b214 (patch) | |
tree | 2eb6296b4b85d02a51a2c82101c1db321fbbfc9b /src/db/update | |
parent | 98f92d828a72d5ce984d2d4ae2193a4533b280e5 (diff) |
db/update/InotifyQueue: update code comment
Diffstat (limited to 'src/db/update')
-rw-r--r-- | src/db/update/InotifyQueue.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/InotifyQueue.cxx b/src/db/update/InotifyQueue.cxx index ca5cecc2a..8412583b7 100644 --- a/src/db/update/InotifyQueue.cxx +++ b/src/db/update/InotifyQueue.cxx @@ -25,8 +25,8 @@ /** * Wait this long after the last change before calling - * update_enqueue(). This increases the probability that updates can - * be bundled. + * UpdateService::Enqueue(). This increases the probability that + * updates can be bundled. */ static constexpr std::chrono::steady_clock::duration INOTIFY_UPDATE_DELAY = std::chrono::seconds(5); |