db/update/InotifyQueue: update code comment
This commit is contained in:
parent
98f92d828a
commit
1b20fa441d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user