From 1b20fa441df2587652716d3c66bf1cd23a57b214 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Dec 2018 14:00:10 +0100 Subject: [PATCH] db/update/InotifyQueue: update code comment --- src/db/update/InotifyQueue.cxx | 4 ++-- 1 file 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);