From 47e5cc608cded44f87c3120fd76fa31a9b8a8867 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 30 Sep 2020 18:12:44 +1000 Subject: Don't sleep and only wake watchers if the variable value has changed --- funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcs.go') diff --git a/funcs.go b/funcs.go index b7a2c29..59c0e74 100644 --- a/funcs.go +++ b/funcs.go @@ -23,7 +23,7 @@ var ( const ( profileFailedCommits = false - sleepBetweenRetries = true + sleepBetweenRetries = false ) func init() { -- cgit v1.2.3