summaryrefslogtreecommitdiff
path: root/src/db/update
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/update')
-rw-r--r--src/db/update/InotifyQueue.cxx4
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);