From b6c9e14f37beaa050679361d145caf1524a481b3 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 --- manager/updatestate.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'manager') 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