Commit 1b20fa44 authored by Max Kellermann's avatar Max Kellermann

db/update/InotifyQueue: update code comment

parent 98f92d82
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
/** /**
* Wait this long after the last change before calling * Wait this long after the last change before calling
* update_enqueue(). This increases the probability that updates can * UpdateService::Enqueue(). This increases the probability that
* be bundled. * updates can be bundled.
*/ */
static constexpr std::chrono::steady_clock::duration INOTIFY_UPDATE_DELAY = static constexpr std::chrono::steady_clock::duration INOTIFY_UPDATE_DELAY =
std::chrono::seconds(5); std::chrono::seconds(5);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment