db/update/InotifyQueue: update code comment

This commit is contained in:
Max Kellermann 2018-12-28 14:00:10 +01:00
parent 98f92d828a
commit 1b20fa441d

View File

@ -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);