From 34dccc7b169e019ebe9a8e169f59d840feb37986 Mon Sep 17 00:00:00 2001 From: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> Date: Tue, 17 May 2022 13:59:51 -0500 Subject: [PATCH] Editor pass - Support async saving of hosts' last seen time (#5751) Editor pass for: - https://github.com/fleetdm/fleet/pull/5640 --- changes/issue-5536-async-host-last-seen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/issue-5536-async-host-last-seen b/changes/issue-5536-async-host-last-seen index b467033761..c3e9d97ca7 100644 --- a/changes/issue-5536-async-host-last-seen +++ b/changes/issue-5536-async-host-last-seen @@ -1 +1 @@ -* Added experimental support for asynchronous saving of hosts' last seen timestamp. +* Added experimental support for the asynchronous saving of hosts' last seen timestamp.