From 2f0ef4aab504f7e10d2dbb50777e80f3e12fd7e4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 22 May 2019 21:04:54 +0200 Subject: manager: don't delay updates by 10 seconds Signed-off-by: Jason A. Donenfeld --- manager/updatestate.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'manager/updatestate.go') diff --git a/manager/updatestate.go b/manager/updatestate.go index 2e82baf8..4b2cf1c1 100644 --- a/manager/updatestate.go +++ b/manager/updatestate.go @@ -31,8 +31,6 @@ func checkForUpdates() { return } - time.Sleep(time.Second * 10) - first := true for { update, err := updater.CheckForUpdate() -- cgit v1.2.3-59-g8ed1b