• Max Kellermann's avatar
    idle: added "update" event · d4914fc9
    Max Kellermann authored
    Some clients have visual feedback for "database update is running".
    Using the "database" idle event is unreliable, because it is only
    emitted when the database was actually modified.  This patch adds the
    "update" event, which is emitted when the update is started, and again
    when the update is finished, disregarding whether it has been
    modified.
    d4914fc9
idle.h 1.95 KB